swc/crates/swc_xml_parser/tests/fixture/cdata/dom.rust-debug

25 lines
462 B
Plaintext
Raw Normal View History

2022-08-01 06:56:12 +03:00
| <root>
| "
"
| <description>
| "An example of escaped CENDs"
| "
"
| <!-- This text contains a CEND ]]> -->
| "
"
| <!-- In this first case we put the ]] at the end of the first CDATA block
and the > in the second CDATA block -->
| "
"
| <exampleOfACDATA>
| "
Since this is a CDATA section
I can use all sorts of reserved characters
but my document is still well formed!
"
| "
"