diff options
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/truncation.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/data/truncation.xml b/tests/data/truncation.xml new file mode 100644 index 0000000..9cdbe13 --- /dev/null +++ b/tests/data/truncation.xml @@ -0,0 +1,19 @@ +<?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>
|