summaryrefslogtreecommitdiff
path: root/xsd-tests/cxx/tree/encoding/char/utf-8/output
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-12-18 18:48:46 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-02-24 22:20:33 +0300
commita8ce5c380c69539fe0c7c62c397634d9d0c9fde2 (patch)
treec8db5c9b99416ca4686af953387f474af15bc92e /xsd-tests/cxx/tree/encoding/char/utf-8/output
parent7420f85ea19b0562ffdd8123442f32bc8bac1267 (diff)
Switch to build2
Diffstat (limited to 'xsd-tests/cxx/tree/encoding/char/utf-8/output')
-rw-r--r--xsd-tests/cxx/tree/encoding/char/utf-8/output9
1 files changed, 9 insertions, 0 deletions
diff --git a/xsd-tests/cxx/tree/encoding/char/utf-8/output b/xsd-tests/cxx/tree/encoding/char/utf-8/output
new file mode 100644
index 0000000..fdfef4c
--- /dev/null
+++ b/xsd-tests/cxx/tree/encoding/char/utf-8/output
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="ASCII" standalone="no" ?>
+<t:root xmlns:t="test">
+ <a>abc</a>
+ <a>&#x555;</a>
+ <a>&#xAAAA;</a>
+ <b>abc</b>
+ <b>a&#x555;c</b>
+ <b>&#xAAAA;bc</b>
+</t:root>