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

13 lines
343 B
Plaintext

x Start tag seen without seeing a doctype first, expected "<!DOCTYPE html>"
,-[$DIR/tests/recovery/element/b-2/input.html:1:1]
1 | <b><p>Bold </b> Not bold</p>
: ^^^
`----
x End tag "b" violates nesting rules
,-[$DIR/tests/recovery/element/b-2/input.html:1:1]
1 | <b><p>Bold </b> Not bold</p>
: ^^^^
`----