summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/encoding/char/iso-8859-1/test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/tree/encoding/char/iso-8859-1/test.xml')
-rw-r--r--tests/cxx/tree/encoding/char/iso-8859-1/test.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/cxx/tree/encoding/char/iso-8859-1/test.xml b/tests/cxx/tree/encoding/char/iso-8859-1/test.xml
deleted file mode 100644
index cc05f8d..0000000
--- a/tests/cxx/tree/encoding/char/iso-8859-1/test.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<t:root xmlns:t="test"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="test test.xsd">
-
- <a>abc</a>
- <a>&#xE6;</a>
- <a>&#xA2;&#xA3;&#xA4;&#xA5;</a>
- <a>&#x100;&#xAAAA;</a>
-
- <b>abc</b>
- <b>a&#xE2;c</b>
- <b>&#xE2;&#xF2;bc</b>
-
-</t:root>