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

13 lines
398 B
Plaintext
Raw Normal View History

2022-05-04 07:13:15 +03:00
x Start tag seen without seeing a doctype firs, expected "<!DOCTYPE html>"
,-[$DIR/tests/recovery/element/noscript/input.html:1:1]
1 | <head><noscript><!doctype html><!--foo--></noscript>
: ^^^^^^
`----
x Stray doctype
2022-05-04 07:13:15 +03:00
,-[$DIR/tests/recovery/element/noscript/input.html:1:1]
1 | <head><noscript><!doctype html><!--foo--></noscript>
: ^^^^^^^^^^^^^^^
`----