Merge pull request #2473 from JeremybellEU/add-multi-line-tests

Add test for parsing multi-line css comments
This commit is contained in:
Daniel Freedman 2015-11-04 12:49:02 -08:00
commit af8a049b6f

View File

@ -59,6 +59,14 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
background: red;
}
/* comment */
/*
This is a multi-line comment
*/
/*.aclassThatShouldBeIgnored {
someProperty: thatMustNotShowUp
}*/
</style>
<script>