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

19 lines
524 B
Plaintext

x "select" start tag where end tag expected
,-[$DIR/tests/recovery/element/select-2/input.html:8:5]
8 | <select name="test-1" id="test-1"></select>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Stray end tag "select"
,-[$DIR/tests/recovery/element/select-2/input.html:8:5]
8 | <select name="test-1" id="test-1"></select>
: ^^^^^^^^^
`----
x Stray end tag "select"
,-[$DIR/tests/recovery/element/select-2/input.html:9:1]
9 | </select>
: ^^^^^^^^^
`----