swc/crates/swc_html_parser/tests/recovery/comment/inside-textarea/output.stderr
2022-05-23 04:04:20 +00:00

13 lines
409 B
Plaintext

x Start tag seen without seeing a doctype firs, expected "<!DOCTYPE html>"
,-[$DIR/tests/recovery/comment/inside-textarea/input.html:1:1]
1 | <textarea><!--</textarea>--></textarea>
: ^^^^^^^^^^
`----
x Stray end tag "textarea"
,-[$DIR/tests/recovery/comment/inside-textarea/input.html:1:1]
1 | <textarea><!--</textarea>--></textarea>
: ^^^^^^^^^^^
`----