swc/crates/swc_html_parser/tests/recovery/element/noscript-1/output.stderr
2022-09-08 01:36:02 +00:00

25 lines
737 B
Plaintext

x Start tag seen without seeing a doctype first, expected "<!DOCTYPE html>"
,-[$DIR/tests/recovery/element/noscript-1/input.html:1:1]
1 | <head><noscript></br><!--foo--></noscript>
: ^^^^^^
`----
x Stray end tag "br"
,-[$DIR/tests/recovery/element/noscript-1/input.html:1:1]
1 | <head><noscript></br><!--foo--></noscript>
: ^^^^^
`----
x End tag "br"
,-[$DIR/tests/recovery/element/noscript-1/input.html:1:1]
1 | <head><noscript></br><!--foo--></noscript>
: ^^^^^
`----
x Stray end tag "noscript"
,-[$DIR/tests/recovery/element/noscript-1/input.html:1:1]
1 | <head><noscript></br><!--foo--></noscript>
: ^^^^^^^^^^^
`----