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

13 lines
300 B
Plaintext

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>
: ^^^^^^^^^
`----