Skip to content

Commit

Permalink
Stupid me ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnass committed Dec 16, 2011
1 parent 03525b5 commit 9b692c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jsdom/index.js
Expand Up @@ -513,7 +513,7 @@ exports.tests = {
var element2 = div.querySelector("p"); var element2 = div.querySelector("p");
test.equal(element2, div.children.item(0), 'p and first-p'); test.equal(element2, div.children.item(0), 'p and first-p');
var element3 = document.querySelector("#main p:not(.foo)"); var element3 = document.querySelector("#main p:not(.foo)");
test.equal(element4, div.children.item(1), 'p and second-p'); test.equal(element3, div.children.item(1), 'p and second-p');
test.done(); test.done();
}, },


Expand Down

0 comments on commit 9b692c8

Please sign in to comment.