swc/crates/swc_xml_parser/tests/fixture/comments/dom.txt
2022-12-03 03:52:48 +00:00

72 lines
873 B
Plaintext

<?xml version="1.0" encoding="UTF-8">
| <!-- My Comment -->
| <root>
| "
"
| <!-- comment -->
| "
"
| <!-- <head> -->
| "
"
| <!-- <!-x -->
| "
"
| <!-- <!x -->
| "
"
| <!-- <<!x -->
| "
"
| <!-- <<!-x -->
| "
"
| <!-- <x -->
| "
"
| <!-- <> -->
| "
"
| <!-- < -->
| "
"
| <!-- <! -->
| "
"
| <!-- -->
| "
"
| <!-- -a->-a -->
| "
"
| <!-- -<!-test-> -->
| "
"
| <DocumentElement>
| myAttribute="myAttributeValue"
| "
"
| <!-- My Comment -->
| "
"
| <ChildElement>
| "Element Value"
| "
"
| "
"
| <DocumentElement>
| myAttribute="my Attribute Value"
| "
"
| <ChildElement>
| "
Element "
| <!-- My Comment -->
| " Value
"
| "
"
| "
"