swc/crates/swc_html_parser/tests/recovery/comment/cdata-1/output.stderr

19 lines
373 B
Plaintext
Raw Normal View History

2022-04-28 20:27:39 +03:00
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>
: ^^^^^
`----
2022-04-28 20:27:39 +03:00
x Cdata in html content
,-[$DIR/tests/recovery/comment/cdata-1/input.html:10:1]
10 | <![cdata[
: ^^^^^^^^^
`----