From a1432a197c90cf963e9788b87d5ecace032561ac Mon Sep 17 00:00:00 2001 From: k1LoW Date: Mon, 14 Nov 2022 15:04:13 +0900 Subject: [PATCH] Add test --- expand_test.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/expand_test.go b/expand_test.go index 917a0ca..71be52c 100644 --- a/expand_test.go +++ b/expand_test.go @@ -100,6 +100,14 @@ multi: | hello : world :world +`}, + { + `test: | + current.url == 'https://example.com/#about' +`, + map[string]string{}, + `test: | + current.url == 'https://example.com/#about' `}, } for _, tt := range tests {