mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
|
|
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>
|
|
: ^^^^
|
|
`----
|