summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/encoding/char/utf-8/test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/tree/encoding/char/utf-8/test.xml')
-rw-r--r--tests/cxx/tree/encoding/char/utf-8/test.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/cxx/tree/encoding/char/utf-8/test.xml b/tests/cxx/tree/encoding/char/utf-8/test.xml
new file mode 100644
index 0000000..a6e5d99
--- /dev/null
+++ b/tests/cxx/tree/encoding/char/utf-8/test.xml
@@ -0,0 +1,15 @@
+<t:root xmlns:t="test"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="test test.xsd">
+
+ <a>abc</a>
+ <a>&#x555;</a>
+ <a>&#xAAAA;</a>
+ <a>&#xAAAAA;</a>
+
+ <b>abc</b>
+ <b>a&#x555;c</b>
+ <b>&#xAAAA;bc</b>
+ <b>ab&#xAAAAA;</b>
+
+</t:root>