swc/crates/swc_css_parser/tests/recovery/cdo-and-cdc/output.swc-stderr
2022-11-11 07:27:19 +00:00

53 lines
970 B
Plaintext

x Expected '{'
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:20:5]
20 | color: blue;
: ^
`----
x Expected '{'
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:29:1]
29 | -->;
: ^
`----
x Invalid selector
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:1:1]
1 | <!-- 123 -->
: ^^^
`----
x Invalid selector
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:35:5]
35 | <!-- .class {
: ^^^^
`----
x Unexpected end of file, but expected '{'
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:5:1]
5 | ,-> <!--
6 | |
7 | | test
8 | |
9 | `-> -->
10 | }
`----
x Unexpected token
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:5:1]
5 | <!--
: ^^^^
`----
x Unexpected token
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:14:1]
14 | <!--
: ^^^^
`----
x Unexpected token
,-[$DIR/tests/recovery/cdo-and-cdc/input.css:25:1]
25 | <!--
: ^^^^
`----