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

23 lines
518 B
Plaintext

x Missing doctype
,-[$DIR/tests/recovery/element/table-1/input.html:1:1]
1 | <table><td></tbody>A
: ^^^^^^^
`----
x Unexpected start tag "<td>" seen in "<table>"
,-[$DIR/tests/recovery/element/table-1/input.html:1:1]
1 | <table><td></tbody>A
: ^^^^
`----
x A table cell was implicitly closed, but there were open elements
,-[$DIR/tests/recovery/element/table-1/input.html:1:1]
1 | <table><td></tbody>A
: ^^^^
`----
x Unexpected token
x Unexpected end of file