From 89cfda854552ff6b90d105be0494709ff9f96f4b Mon Sep 17 00:00:00 2001 From: eson Date: Wed, 23 Sep 2020 20:21:41 +0800 Subject: [PATCH] todo --- main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_test.go b/main_test.go index 3bad7d4..3cf243b 100644 --- a/main_test.go +++ b/main_test.go @@ -197,7 +197,7 @@ func Escape(data []rune, i *int) (rune, bool) { } func TestMain(t *testing.T) { - // t.Error(xPath("/a/../../b/../c//.//")) + t.Error(compile("/a/../../b/../c//.//")) // t.Error(xPath("/a/./b/../../c/")) // t.Error(xPath("/")) // t.Error(xPath("/a/./b/../../c/"))