swc/crates/swc_html_parser/tests/recovery/element/font/output.stderr
2022-06-04 09:33:25 +00:00

19 lines
675 B
Plaintext

x Start tag seen without seeing a doctype firs, expected "<!DOCTYPE html>"
,-[$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 "p" 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 End of file seen and 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
: ^
`----