swc/crates/swc_html_parser/tests/recovery/element/b-3/output.stderr
2022-05-23 04:04:20 +00:00

15 lines
370 B
Plaintext

x Start tag seen without seeing a doctype firs, expected "<!DOCTYPE html>"
,-[$DIR/tests/recovery/element/b-3/input.html:1:1]
1 | <b><a><b><p></a>
: ^^^
`----
x End tag "a" violates nesting rules
,-[$DIR/tests/recovery/element/b-3/input.html:1:1]
1 | <b><a><b><p></a>
: ^^^^
`----
x End of file seen and there were open elements