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

13 lines
328 B
Plaintext
Raw Normal View History

2022-09-08 04:36:02 +03:00
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>
: ^^^^
`----