Skip to content

Commit

Permalink
Validates no extra characters (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Dec 12, 2019
1 parent 1efb4c6 commit 1b1cfd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/xml/xpath.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ describe("xml/xpath", function () {
}

shouldFail(".test");
shouldFail("test.");
shouldFail("test$");
shouldFail("///test");
shouldFail("..//test");
shouldFail(".//test || .//test");
Expand Down

0 comments on commit 1b1cfd5

Please sign in to comment.