mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2473 from JeremybellEU/add-multi-line-tests
Add test for parsing multi-line css comments
This commit is contained in:
commit
af8a049b6f
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user