Skip to content

Commit

Permalink
Should also work (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Dec 10, 2019
1 parent 8ff2eb8 commit 4b19bd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/xml/xpath.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ describe("xml/xpath", function () {
}

[{
xpath: "html",
onDocument: is(htmlNode),
onHtml: isEmpty,
onHead: isEmpty
}, {
xpath: "//html",
onDocument: is(htmlNode),
onHtml: is(htmlNode),
Expand Down

0 comments on commit 4b19bd7

Please sign in to comment.