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

25 lines
597 B
Plaintext
Raw Normal View History

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:1:1]
1 | .style {
: ^
`----