swc/crates/swc_html_parser/tests/recovery/element/table-3/output.stderr

13 lines
284 B
Plaintext
Raw Normal View History

x Stray end tag "caption"
,-[$DIR/tests/recovery/element/table-3/input.html:8:5]
8 | <caption></table></caption>
: ^^^^^^^^^^
`----
x Stray end tag "table"
,-[$DIR/tests/recovery/element/table-3/input.html:9:1]
9 | </table>
: ^^^^^^^^
`----