Skip to content

Commit 39d46c7

Browse files
committed
add failing test case
1 parent 39dca32 commit 39d46c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/cases/comments.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/* comment */
22

33
body {
4-
color: #eee
4+
/* foo */
5+
/* bar */
6+
color: #eee;
7+
/* baz */
58
}

0 commit comments

Comments
 (0)