mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
19 lines
524 B
Plaintext
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>
|
|
: ^^^^^^^^^
|
|
`----
|