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

15 lines
417 B
Plaintext

x Missing doctype
,-[$DIR/tests/recovery/element/font/input.html:1:1]
1 | <p><font size=4><font color=red><font color=red><p>X
: ^^^
`----
x End tag "</font>" implied, but there were open elements
,-[$DIR/tests/recovery/element/font/input.html:1:1]
1 | <p><font size=4><font color=red><font color=red><p>X
: ^^^^^^^^^^^^^^^^
`----
x Unexpected end of file