swc/crates/swc_html_parser/tests/recovery/element/s/output.stderr

39 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-05-08 07:37:29 +03:00
x Missing doctype
,-[$DIR/tests/recovery/element/s/input.html:1:1]
1 | <div><table><svg><foreignObject><select><table><s>
: ^^^^^
`----
2022-05-08 07:37:29 +03:00
x Unexpected token
,-[$DIR/tests/recovery/element/s/input.html:1:1]
1 | <div><table><svg><foreignObject><select><table><s>
: ^^^^^
`----
x Unexpected token
,-[$DIR/tests/recovery/element/s/input.html:1:1]
1 | <div><table><svg><foreignObject><select><table><s>
: ^^^^^^^^
`----
x Unexpected start tag "<table>" with "<select>" open
,-[$DIR/tests/recovery/element/s/input.html:1:1]
1 | <div><table><svg><foreignObject><select><table><s>
: ^^^^^^^
`----
x Start tag for "<table>" seen but the previous "<table>" is still open
2022-05-08 07:37:29 +03:00
,-[$DIR/tests/recovery/element/s/input.html:1:1]
1 | <div><table><svg><foreignObject><select><table><s>
: ^^^^^^^
`----
x Unexpected token
,-[$DIR/tests/recovery/element/s/input.html:1:1]
1 | <div><table><svg><foreignObject><select><table><s>
: ^^^
`----
x Unexpected end of file