Skip to content

Commit

Permalink
Specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 17, 2009
1 parent f792eeb commit 87efd66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.selector.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ function test($selector, $expected) {
test_selector('div, p', 2);
test_selector('div , p', 2);
test_selector('div ,p', 2);
test_selector('div, p, ul li a', 3);
test_selector('div#article', 1);
test_selector('div#article.block', 1);
test_selector('div#article.large.block', 1);
Expand Down

0 comments on commit 87efd66

Please sign in to comment.