swc/crates/swc_css_parser/tests/fixture/value/escaped/input.css
2022-10-26 22:58:59 +00:00

30 lines
367 B
CSS

table {
color: \red;
}
a {
background: url("a).png");
background: url(a;a);
background: url(a/*);
background: \;a;
}
:not([foo=")"]) { }
:not(div/*)*/) { }
:not(:nth-child(2n of [foo=")"])) { }
[foo=\"] { }
[foo=\{] { }
[foo=\(] { }
[foo=yes\:\(it\'s\ work\)] { }
\@noat { }
h1\\{
color: \\;
}
[attr="\;"] { }
.prop {
\62 olor: red
}