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

31 lines
707 B
Plaintext
Raw Normal View History

x Expected 'number', 'dimension', 'percentage', 'ident', '(' or 'function' tokens
,-[$DIR/tests/recovery/function/unclosed/input.css:3:5]
3 | width: min(500px;
: ^
`----
x Expected 'number', 'dimension', 'percentage', 'ident', '(' or 'function' tokens
,-[$DIR/tests/recovery/function/unclosed/input.css:4:1]
4 | }
: ^
`----
x Expected Declaration value
,-[$DIR/tests/recovery/function/unclosed/input.css:4:1]
4 | }
: ^
`----
x Unexpected end of file
,-[$DIR/tests/recovery/function/unclosed/input.css:4:3]
4 |
: ^
`----
x Unexpected end of file
,-[$DIR/tests/recovery/function/unclosed/input.css:2:1]
2 | .style {
: ^
`----