Skip to content

Commit 7372efd

Browse files
committed
Merge pull request yui#227 from tml/issue222
Test case for upstream issue yui#222
2 parents 950c398 + d01baef commit 7372efd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/issue222.css.FAIL

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@media \0screen {
2+
body { background: red; }
3+
}

tests/issue222.css.min

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@media \0screen{body{background:red}}

0 commit comments

Comments
 (0)