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

28 lines
605 B
XML

<?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</ChildElement>
</DocumentElement>
<DocumentElement myAttribute="my Attribute Value">
<ChildElement>
Element <!-- My Comment --> Value
</ChildElement>
</DocumentElement>
</root>