Skip to content

Commit

Permalink
Add test for duplicate charsets.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Sep 4, 2012
1 parent 47afc5a commit ef1ef55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/cases/dupe_at_charset.in.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@charset "utf-8";
div { color: blue; }
@charset "utf-8";
a { color: red; }
1 change: 1 addition & 0 deletions test/cases/dupe_at_charset.out.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@charset "utf-8";div{color:blue}a{color:red}

0 comments on commit ef1ef55

Please sign in to comment.