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

13 lines
300 B
Plaintext
Raw Normal View History

x Start tag seen without seeing a doctype firs, expected "<!DOCTYPE html>"
,-[$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>
: ^^^^^^^^^
`----