swc/crates/swc_html_parser/tests/recovery/element/math/output.stderr
2022-05-15 04:20:21 +00:00

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>
: ^^^^^^^
`----