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

19 lines
541 B
Plaintext

x Start tag seen without seeing a doctype firs, expected "<!DOCTYPE html>"
,-[$DIR/tests/recovery/element/p-3/input.html:1:1]
1 | <p id=a><b><p id=b></b>TEST
: ^^^^^^^^
`----
x End tag "p" implied, but there were open elements
,-[$DIR/tests/recovery/element/p-3/input.html:1:1]
1 | <p id=a><b><p id=b></b>TEST
: ^^^^^^^^
`----
x No "b" element in scope but a "b" end tag seen
,-[$DIR/tests/recovery/element/p-3/input.html:1:1]
1 | <p id=a><b><p id=b></b>TEST
: ^^^^
`----