Skip to content

Commit

Permalink
fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Mar 13, 2017
1 parent ddf4757 commit 7ef0e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixture/compress/restructure.border/2.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.foo {
border-color: red;
border-right-color: something #strange goes here;
border-right-color: something "strange" goes here;
}
2 changes: 1 addition & 1 deletion test/fixture/compress/restructure.border/2.min.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.foo{border-color:red;border-right-color:something #strange goes here}
.foo{border-color:red;border-right-color:something "strange" goes here}

0 comments on commit 7ef0e93

Please sign in to comment.