swc/crates/swc_css_parser/tests/recovery/function/unclosed/output.swc-stderr

27 lines
608 B
Plaintext
Raw Normal View History

error: Expected 'number', 'dimension', 'percentage', 'ident', '(' or 'function' tokens
--> $DIR/tests/recovery/function/unclosed/input.css:2:18
2021-08-19 08:16:32 +03:00
|
2 | width: min(500px;
| ^
error: Expected 'number', 'dimension', 'percentage', 'ident', '(' or 'function' tokens
--> $DIR/tests/recovery/function/unclosed/input.css:3:1
|
3 | }
| ^
error: Expected Declaration value
--> $DIR/tests/recovery/function/unclosed/input.css:3:1
|
3 | }
| ^
error: Unexpected end of file
--> $DIR/tests/recovery/function/unclosed/input.css:3:3
|
3 | }
| ^
error: Unexpected end of file