0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-27 13:33:17 +08:00
pugixml/tests/data/truncation.xml
Arseny Kapoulkine 51da129b50 tests: Fix truncation test
data/truncation.xml was corrupted at some point and was not actually valid.
Fix the file and make the test fail if we can't parse truncation.xml at all.
2015-03-13 22:13:10 -07:00

19 lines
474 B
XML

<?xml version="1.0"?>
<!DOCTYPE 週報 SYSTEM "weekly-utf-8.dtd">
<!-- 週報サンプル -->
<mesh name="mesh_root">
<!-- here is a mesh node -->
some text
<![CDATA[someothertext]]>
some more text
<node attr1="value1" attr2="value2" />
<node attr1="value2">
<汉语 名字="name" 价值="value">世界有很多语言𤭢</汉语>
<innernode/>
</node>
<氏名>
<氏>山田</氏>
<名>太郎</名>
</氏名>
<?include somedata?>
</mesh>