swc/crates/swc_html_parser/tests/recovery/element/noscript-2/output.stderr

19 lines
595 B
Plaintext
Raw Normal View History

2022-09-08 04:36:02 +03:00
x Start tag seen without seeing a doctype first, expected "<!DOCTYPE html>"
,-[$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 Stray end tag "noscript"
,-[$DIR/tests/recovery/element/noscript-2/input.html:1:1]
1 | <head><noscript>ABC<!--foo--></noscript>
: ^^^^^^^^^^^
`----