Skip to content

Commit

Permalink
improve one-liner test
Browse files Browse the repository at this point in the history
  • Loading branch information
L0stSoul authored and tonyganch committed Jun 9, 2014
1 parent 8103765 commit 69ec9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/options/vendor-prefix-align/one-line.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a{ color:tomato; top:0 }
a{ -webkit-color:tomato; -moz-color:tomato; top:0 }
2 changes: 1 addition & 1 deletion test/options/vendor-prefix-align/one-line.expected.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a{ color:tomato; top:0 }
a{ -webkit-color:tomato; -moz-color:tomato; top:0 }

0 comments on commit 69ec9ce

Please sign in to comment.