swc/crates/swc_html_parser/tests/recovery/element/p/output.stderr
2022-09-08 01:36:02 +00:00

13 lines
328 B
Plaintext

x Start tag seen without seeing a doctype first, expected "<!DOCTYPE html>"
,-[$DIR/tests/recovery/element/p/input.html:1:1]
1 | <p>a<p>b</p></p>
: ^^^
`----
x No "p" element in scope but a "p" end tag seen
,-[$DIR/tests/recovery/element/p/input.html:1:1]
1 | <p>a<p>b</p></p>
: ^^^^
`----