swc/crates/swc_html_parser/tests/recovery/comment/cdata-1/output.stderr
2022-05-14 01:43:52 +00:00

19 lines
373 B
Plaintext

x Cdata in html content
,-[$DIR/tests/recovery/comment/cdata-1/input.html:1:1]
1 | <![CDATA[
: ^^^^^^^^^
`----
x Missing doctype
,-[$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[
: ^^^^^^^^^
`----