swc/crates/swc_html_parser/tests/recovery/element/select-1/output.stderr

13 lines
246 B
Plaintext
Raw Normal View History

x Missing doctype
,-[$DIR/tests/recovery/element/select-1/input.html:1:1]
1 | <select>
: ^^^^^^^^
`----
x Stray end tag "</option>"
,-[$DIR/tests/recovery/element/select-1/input.html:7:5]
7 | </option>
: ^^^^^^^^^
`----