mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
25 lines
590 B
Plaintext
25 lines
590 B
Plaintext
|
|
x Expected 'number', 'dimension', 'percentage', 'ident', '(' or 'function' tokens
|
|
,-[$DIR/tests/recovery/function/unclosed/input.css:2:5]
|
|
2 | width: min(500px;
|
|
: ^
|
|
`----
|
|
|
|
x Expected 'number', 'dimension', 'percentage', 'ident', '(' or 'function' tokens
|
|
,-[$DIR/tests/recovery/function/unclosed/input.css:3:1]
|
|
3 | }
|
|
: ^
|
|
`----
|
|
|
|
x Expected Declaration value
|
|
,-[$DIR/tests/recovery/function/unclosed/input.css:3:1]
|
|
3 | }
|
|
: ^
|
|
`----
|
|
|
|
x Unexpected end of file
|
|
,-[$DIR/tests/recovery/function/unclosed/input.css:3:3]
|
|
3 |
|
|
: ^
|
|
`----
|