summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/encoding/wchar/test.std
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-03-19 12:20:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-03-19 12:20:56 +0200
commitd2566c96cd0f0c720faf9a5507bdd3dc3af8f2a5 (patch)
tree7606ff7634206ae0d81266ff807280b2b93e43b7 /tests/cxx/tree/encoding/wchar/test.std
parent4b3b5d47300f27dfda25caa9deff3f5ab1560cc8 (diff)
Configure Xerces-C++ not to print extra newline for 1st level elements
Diffstat (limited to 'tests/cxx/tree/encoding/wchar/test.std')
-rw-r--r--tests/cxx/tree/encoding/wchar/test.std8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/cxx/tree/encoding/wchar/test.std b/tests/cxx/tree/encoding/wchar/test.std
index cdc3517..815ba6c 100644
--- a/tests/cxx/tree/encoding/wchar/test.std
+++ b/tests/cxx/tree/encoding/wchar/test.std
@@ -1,18 +1,10 @@
<?xml version="1.0" encoding="ASCII" standalone="no" ?>
<t:root xmlns:t="test">
-
<a>abc</a>
-
<a>&#x1FFF;&#xD7FF;</a>
-
<a>&#x10000;&#x10FFFD;</a>
-
<b>abc</b>
-
<b>a&#x1FFF;&#xD7FF;c</b>
-
<b>&#x10000;&#x10FFFD;bc</b>
-
<b>ab&#x10000;&#x10FFFD;</b>
-
</t:root>