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