This commit is contained in:
eson 2020-09-23 20:21:41 +08:00
parent 24c816c640
commit 89cfda8545

View File

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