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

19 lines
493 B
Plaintext
Raw Normal View History

x Start tag seen without seeing a doctype firs, 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
2022-06-04 12:33:25 +03:00
,-[$DIR/tests/recovery/comment/cdata-2/input.html:1:1]
1 | <div><![CDATA[foo]]>
: ^
`----