mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
25 lines
576 B
Plaintext
25 lines
576 B
Plaintext
|
|
x Missing doctype
|
|
,-[$DIR/tests/recovery/element/select/input.html:1:1]
|
|
1 | <select><div>foo</div>bar</select>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Unexpected token
|
|
,-[$DIR/tests/recovery/element/select/input.html:1:1]
|
|
1 | <select><div>foo</div>bar</select>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Unexpected token
|
|
,-[$DIR/tests/recovery/element/select/input.html:1:1]
|
|
1 | <select><div>foo</div>bar</select>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Unexpected token
|
|
,-[$DIR/tests/recovery/element/select/input.html:2:1]
|
|
2 | <select><keygen>
|
|
: ^^^^^^^^
|
|
`----
|