mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
|
|
x Start tag seen without seeing a doctype first, expected "<!DOCTYPE html>"
|
|
,-[$DIR/tests/recovery/element/a-2/input.html:1:1]
|
|
1 | <a>1<button>2</a>3</button>
|
|
: ^^^
|
|
`----
|
|
|
|
x End tag "a" violates nesting rules
|
|
,-[$DIR/tests/recovery/element/a-2/input.html:1:1]
|
|
1 | <a>1<button>2</a>3</button>
|
|
: ^^^^
|
|
`----
|