mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
27 lines
608 B
Plaintext
27 lines
608 B
Plaintext
error: Expected 'number', 'dimension', 'percentage', 'ident', '(' or 'function' tokens
|
|
--> $DIR/tests/recovery/function/unclosed/input.css:2:18
|
|
|
|
|
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
|
|
|