swc/crates/swc_html_parser/tests/recovery/comment/cdata-2/output.stderr
2022-09-08 01:36:02 +00:00

19 lines
494 B
Plaintext

x Start tag seen without seeing a doctype first, expected "<!DOCTYPE html>"
,-[$DIR/tests/recovery/comment/cdata-2/input.html:1:1]
1 | <div><![CDATA[foo]]>
: ^^^^^
`----
x Cdata in html content
,-[$DIR/tests/recovery/comment/cdata-2/input.html:1:1]
1 | <div><![CDATA[foo]]>
: ^
`----
x End of file seen and there were open elements
,-[$DIR/tests/recovery/comment/cdata-2/input.html:1:1]
1 | <div><![CDATA[foo]]>
: ^
`----