mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
23 lines
518 B
Plaintext
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
|