mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
|
|
x Stray start tag "<html>"
|
|
,-[$DIR/tests/recovery/element/math/input.html:36:13]
|
|
36 | <html xmlns="http://www.w3.org/1999/xhtml">
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Stray start tag "<head>"
|
|
,-[$DIR/tests/recovery/element/math/input.html:37:13]
|
|
37 | <head><title>INNER HTML TITLE</title></head>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Unexpected token
|
|
,-[$DIR/tests/recovery/element/math/input.html:37:13]
|
|
37 | <head><title>INNER HTML TITLE</title></head>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Start tag "<body>" seen but an element of the same type was already open
|
|
,-[$DIR/tests/recovery/element/math/input.html:38:13]
|
|
38 | <body>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Unexpected token
|
|
,-[$DIR/tests/recovery/element/math/input.html:40:13]
|
|
40 | </body>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Stray end tag "</body>"
|
|
,-[$DIR/tests/recovery/element/math/input.html:40:13]
|
|
40 | </body>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Unexpected token
|
|
,-[$DIR/tests/recovery/element/math/input.html:41:13]
|
|
41 | </html>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Stray end tag "</html>"
|
|
,-[$DIR/tests/recovery/element/math/input.html:41:13]
|
|
41 | </html>
|
|
: ^^^^^^^
|
|
`----
|