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

19 lines
541 B
Plaintext
Raw Normal View History

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
: ^^^^
`----