Skip to content

Commit 7ef0e93

Browse files
committedMar 13, 2017
fix a test
1 parent ddf4757 commit 7ef0e93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.foo {
22
border-color: red;
3-
border-right-color: something #strange goes here;
3+
border-right-color: something "strange" goes here;
44
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.foo{border-color:red;border-right-color:something #strange goes here}
1+
.foo{border-color:red;border-right-color:something "strange" goes here}

0 commit comments

Comments
 (0)
Please sign in to comment.