swc/crates/swc_html_parser/tests/recovery/element/select/output.stderr
2022-05-23 04:04:20 +00:00

25 lines
662 B
Plaintext

x Start tag seen without seeing a doctype firs, expected "<!DOCTYPE html>"
,-[$DIR/tests/recovery/element/select/input.html:1:1]
1 | <select><div>foo</div>bar</select>
: ^^^^^^^^
`----
x Stray start tag "div"
,-[$DIR/tests/recovery/element/select/input.html:1:1]
1 | <select><div>foo</div>bar</select>
: ^^^^^
`----
x Stray end tag "div"
,-[$DIR/tests/recovery/element/select/input.html:1:1]
1 | <select><div>foo</div>bar</select>
: ^^^^^^
`----
x "keygen" start tag with "select" open
,-[$DIR/tests/recovery/element/select/input.html:2:1]
2 | <select><keygen>
: ^^^^^^^^
`----