Replace --'s so they do not get translated to —
[elinks.git] / test / css / garbage.html
blob994baf8ca8971e6d5b30faf0052b3aebe1178565
1 <style>@blurb</style>
2 <style>
3 @import "../garbage.html";
4 </style>
5 <style>this could, look like, a, selector grouping but</style>
6 <style>
7 @import ";even vim's syntax h\"ighlighting hates this;;;;;";
8 @import url(";two wrong\, make it right) tho';");
9 /*/*/ /* " Ok this is not working too well either ;) */
10 /*****************************************************/
11 @import url( http://somewhere;/%#%(/&%/(((&/ );
12 p { color: red };
13 </style>
14 <style>) I, love, garbage { dont: you? } </style>
15 <a href="foo" style="color:">no value</a>
16 <div style="{background:#fff}">white bg</div>
17 <p>should become red when we start supporting escaping of string delimiters</p>