Skip to content

Commit

Permalink
all tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed May 19, 2011
1 parent a945a66 commit bc7d17a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions alltests.txt
@@ -1,4 +1,3 @@
alltests.txt
basic_first-child.output
basic_first-child.selector
basic_grouping.output
Expand All @@ -14,6 +13,8 @@ basic_id_with_type.selector
basic.json
basic_last-child.output
basic_last-child.selector
basic_nth-child-2.output
basic_nth-child-2.selector
basic_nth-child.output
basic_nth-child.selector
basic_nth-last-child.output
Expand All @@ -28,4 +29,3 @@ basic_type.output
basic_type.selector
basic_universal.output
basic_universal.selector
basic.xml
1 change: 1 addition & 0 deletions basic_nth-child.output
Expand Up @@ -4,3 +4,4 @@
"Spanish"
"window"
"beer"
"wine"
2 changes: 1 addition & 1 deletion basic_nth-child.selector
@@ -1 +1 @@
string:nth-child(1)
string:nth-child(odd)

0 comments on commit bc7d17a

Please sign in to comment.