summaryrefslogtreecommitdiff
path: root/xsd-tests/cxx/tree/encoding/wchar/output
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-tests/cxx/tree/encoding/wchar/output')
-rw-r--r--xsd-tests/cxx/tree/encoding/wchar/output10
1 files changed, 10 insertions, 0 deletions
diff --git a/xsd-tests/cxx/tree/encoding/wchar/output b/xsd-tests/cxx/tree/encoding/wchar/output
new file mode 100644
index 0000000..e0eaef0
--- /dev/null
+++ b/xsd-tests/cxx/tree/encoding/wchar/output
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="ASCII" standalone="no" ?>
+<t:root xmlns:t="test">
+ <a>abc</a>
+ <a>&#x1FFF;&#xD7FF;</a>
+ <a>&#x1000;&#x10FF;</a>
+ <b>abc</b>
+ <b>a&#x1FFF;&#xD7FF;c</b>
+ <b>&#x1000;&#x10FF;bc</b>
+ <b>ab&#x1000;&#x10FF;</b>
+</t:root>