swc/crates/swc_xml_parser/tests/fixture/entity/input.xml

6 lines
120 B
XML
Raw Normal View History

2022-08-01 06:56:12 +03:00
<root>
<h a='&noti;'/>
<h a='&lang='/>
<test test="&#1234;"></test>
<test test="&#x112;"></test>
</root>