mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
25 lines
536 B
Plaintext
25 lines
536 B
Plaintext
|
|
x Start tag for "table" seen but the previous "table" is still open
|
|
,-[$DIR/tests/recovery/element/table-2/input.html:8:5]
|
|
8 | <table>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Stray end tag "tr"
|
|
,-[$DIR/tests/recovery/element/table-2/input.html:14:5]
|
|
14 | </tr>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Stray end tag "table"
|
|
,-[$DIR/tests/recovery/element/table-2/input.html:15:1]
|
|
15 | </table>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Stray end tag "table"
|
|
,-[$DIR/tests/recovery/element/table-2/input.html:16:1]
|
|
16 | </table>
|
|
: ^^^^^^^^
|
|
`----
|