Skip to content

Commit

Permalink
Add test for parsing multi-line css comments
Browse files Browse the repository at this point in the history
Closes #2455
  • Loading branch information
TimvdLippe committed Oct 18, 2015
1 parent f10deb1 commit 6f21ae6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/unit/css-parse.html
Expand Up @@ -59,6 +59,14 @@
background: red;
}
/* comment */

/*
This is a multi-line comment
*/

/*.aclassThatShouldBeIgnored {
someProperty: thatMustNotShowUp
}*/
</style>
<script>

Expand Down

0 comments on commit 6f21ae6

Please sign in to comment.