diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-03-13 22:13:10 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-03-13 22:13:10 -0700 |
commit | 51da129b50a0b99ee85af20cc4a4b77f6bc823ff (patch) | |
tree | 8338307c3cd46102b4e9719771568c6b0ee51610 /tests/data/truncation.xml | |
parent | 15fba1debca5498989048677ffda38758b2df984 (diff) |
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.
Diffstat (limited to 'tests/data/truncation.xml')
-rw-r--r-- | tests/data/truncation.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/data/truncation.xml b/tests/data/truncation.xml index 9cdbe13..1b0e9a8 100644 --- a/tests/data/truncation.xml +++ b/tests/data/truncation.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?>
-<!DOCTYPE _++ SYSTEM "weekly-utf-8.dtd">
-<!-- _++'___-_< -->
+<!DOCTYPE 週報 SYSTEM "weekly-utf-8.dtd">
+<!-- 週報サンプル -->
<mesh name="mesh_root">
<!-- here is a mesh node -->
some text
@@ -8,12 +8,12 @@ some more text
<node attr1="value1" attr2="value2" />
<node attr1="value2">
- <+%- __--="name" >__="value">-__%___-_-</+%->
+ <汉语 名字="name" 价值="value">世界有很多语言𤭢</汉语>
<innernode/>
</node>
- <___>
- <_>++"</_>
- <__>太__</__>
- </___>
+ <氏名>
+ <氏>山田</氏>
+ <名>太郎</名>
+ </氏名>
<?include somedata?>
-</mesh>
+</mesh>
\ No newline at end of file |