mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
19 lines
529 B
Plaintext
19 lines
529 B
Plaintext
|
|
x Missing doctype
|
|
,-[$DIR/tests/recovery/element/noscript-2/input.html:1:1]
|
|
1 | <head><noscript>ABC<!--foo--></noscript>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Non-space character inside "noscript" inside "head"
|
|
,-[$DIR/tests/recovery/element/noscript-2/input.html:1:1]
|
|
1 | <head><noscript>ABC<!--foo--></noscript>
|
|
: ^
|
|
`----
|
|
|
|
x Unexpected token
|
|
,-[$DIR/tests/recovery/element/noscript-2/input.html:1:1]
|
|
1 | <head><noscript>ABC<!--foo--></noscript>
|
|
: ^^^^^^^^^^^
|
|
`----
|