Skip to content

Commit

Permalink
Fixes clean-css#390 - Fix test name counters
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Dec 2, 2014
1 parent 9722579 commit f615282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2097,11 +2097,11 @@ title']{display:block}",
'a:nth-of-type(1){color:red}b{color:red}',
'a:nth-of-type(1),b{color:red}'
],
'rules with well-supported pseudo classes should be merged #32': [
'rules with well-supported pseudo classes should be merged #3': [
'a:first-of-type(1){color:red}b{color:red}',
'a:first-of-type(1),b{color:red}'
],
'rules with well-supported pseudo classes should be merged #24': [
'rules with well-supported pseudo classes should be merged #4': [
'a:first-child{color:red}b{color:red}',
'a:first-child,b{color:red}'
],
Expand Down

0 comments on commit f615282

Please sign in to comment.