mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 16:42:28 +03:00
11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
|
|
x Unexpected bad url in declaration value
|
|
,-[$DIR/tests/recovery/function/bad-comment/input.css:1:1]
|
|
1 | a {
|
|
2 | ,-> background: url(
|
|
3 | | /* test */
|
|
4 | | test.png
|
|
5 | `-> );
|
|
6 | }
|
|
`----
|