swc/crates/swc_xml_codegen/tests/fixture/elements/input.xml
2022-08-01 03:56:12 +00:00

9 lines
145 B
XML

<root>
<z></z></><a/>
<!-- start tag and end tag -->
<start-tag>Start</start-tag>
<!-- short tag -->
<short-tag />
<!-- empty tag -->
</>
</root>