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/"))