swc/crates/swc_css_parser/tests/recovery/whitespaces/output.swc-stderr
2021-11-30 00:26:57 +09:00

22 lines
392 B
Plaintext

error: Expected a property value
--> $DIR/tests/recovery/whitespaces/input.css:2:10
|
2 | prop: ;
| ^
error: Expected a property value
--> $DIR/tests/recovery/whitespaces/input.css:3:10
|
3 | prop: ;
| ^^^^
error: Expected a property value
--> $DIR/tests/recovery/whitespaces/input.css:4:10
|
4 | prop:
| __________^
5 | |
6 | | ;
| |_