swc/crates/swc_html_parser/tests/recovery/comment/cdata-1/output.stderr
2022-05-31 03:50:19 +00:00

19 lines
430 B
Plaintext

x Cdata in html content
,-[$DIR/tests/recovery/comment/cdata-1/input.html:1:1]
1 | <![CDATA[
: ^
`----
x Start tag seen without seeing a doctype firs, expected "<!DOCTYPE html>"
,-[$DIR/tests/recovery/comment/cdata-1/input.html:9:1]
9 | <div>test</div>
: ^^^^^
`----
x Cdata in html content
,-[$DIR/tests/recovery/comment/cdata-1/input.html:10:1]
10 | <![cdata[
: ^
`----