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

13 lines
313 B
Plaintext
Raw Normal View History

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