todo
This commit is contained in:
parent
24c816c640
commit
89cfda8545
|
@ -197,7 +197,7 @@ func Escape(data []rune, i *int) (rune, bool) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestMain(t *testing.T) {
|
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("/a/./b/../../c/"))
|
||||||
// t.Error(xPath("/"))
|
// t.Error(xPath("/"))
|
||||||
// t.Error(xPath("/a/./b/../../c/"))
|
// t.Error(xPath("/a/./b/../../c/"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user