mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
c2ce89c0fb
swc_css_ast: - Add `BadUrl` to `Token`. swc_css_parser: - Implement error recovery for bad urls.
7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
error: Expected Property value
|
|
--> $DIR/tests/recovery/bad-url-token/single-quotes/input.css:2:17
|
|
|
|
|
2 | background: url(image'.png);
|
|
| ^^^^^^^^^^^^^^^
|
|
|