Skip to content

Commit c65beec

Browse files
committed
add empty comment test. Closes #25
1 parent caa6e3c commit c65beec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

test/cases/comment.url.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* http://foo.com/bar/baz.html */
2+
/**/
23

34
foo { /*/*/
45
/* something */

test/cases/comment.url.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
{
55
"comment": " http://foo.com/bar/baz.html "
66
},
7+
{
8+
"comment": ""
9+
},
710
{
811
"selectors": [
912
"foo"
@@ -17,4 +20,4 @@
1720
}
1821
]
1922
}
20-
}
23+
}

0 commit comments

Comments
 (0)