summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/encoding/char/utf-8
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/char/utf-8
parent4b3b5d47300f27dfda25caa9deff3f5ab1560cc8 (diff)
Configure Xerces-C++ not to print extra newline for 1st level elements
Diffstat (limited to 'tests/cxx/tree/encoding/char/utf-8')
-rw-r--r--tests/cxx/tree/encoding/char/utf-8/test.std9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/cxx/tree/encoding/char/utf-8/test.std b/tests/cxx/tree/encoding/char/utf-8/test.std
index 68ca51c..ffce337 100644
--- a/tests/cxx/tree/encoding/char/utf-8/test.std
+++ b/tests/cxx/tree/encoding/char/utf-8/test.std
@@ -1,20 +1,11 @@
<?xml version="1.0" encoding="ASCII" standalone="no" ?>
<t:root xmlns:t="test">
-
<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>