swc/crates/swc_html_parser/tests/recovery/element/select/output.stderr
2022-05-14 01:43:52 +00:00

25 lines
576 B
Plaintext

x Missing doctype
,-[$DIR/tests/recovery/element/select/input.html:1:1]
1 | <select><div>foo</div>bar</select>
: ^^^^^^^^
`----
x Unexpected token
,-[$DIR/tests/recovery/element/select/input.html:1:1]
1 | <select><div>foo</div>bar</select>
: ^^^^^
`----
x Unexpected token
,-[$DIR/tests/recovery/element/select/input.html:1:1]
1 | <select><div>foo</div>bar</select>
: ^^^^^^
`----
x Unexpected token
,-[$DIR/tests/recovery/element/select/input.html:2:1]
2 | <select><keygen>
: ^^^^^^^^
`----