swc/crates/swc_css_parser/tests/recovery/cdo-and-cdc/output.swc-stderr

25 lines
591 B
Plaintext
Raw Normal View History

x Expected whitespace, semicolon, EOF, at-keyword, '&' or ident token
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:5:1]
5 | <!--
: ^^^^
`----
x Expected whitespace, semicolon, EOF, at-keyword, '&' or ident token
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:14:1]
14 | <!--
: ^^^^
`----
x Expected whitespace, semicolon, EOF, at-keyword, '&' or ident token
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:25:1]
25 | <!--
: ^^^^
`----
x Invalid selector
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:1:1]
1 | <!-- 123 -->
: ^^^
`----