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

25 lines
714 B
Plaintext
Raw Normal View History

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