swc/crates/swc_css_parser/tests/recovery/bad-url-token/double-quotes/input.css
2021-11-12 19:37:05 +09:00

5 lines
57 B
CSS

div {
background: url(image".png);
color: red;
}