From 400651ba7fd2f80155348ed39fc02e2aa9892fb9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 8 Nov 2017 14:25:59 +0200 Subject: Remove tests for character reference values unsupported by Xerces-C++ 3.2 It is actually unclear whether character references with more than 4 digits are valid. The XML spec seem to indicate they are but Xerces-C++ 3.2 serializer throws an invalid character reference exception (the parser appears to be able to handle them without problems). --- tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx | 2 +- tests/cxx/tree/encoding/char/iso-8859-1/test.std | 2 +- tests/cxx/tree/encoding/char/iso-8859-1/test.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/cxx/tree/encoding/char/iso-8859-1') diff --git a/tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx b/tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx index 61a8f46..f622a54 100644 --- a/tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx +++ b/tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx @@ -43,7 +43,7 @@ main (int argc, char* argv[]) if (s[0] != "abc" || s[1] != "\xE6" || s[2] != "\xA2\xA3\xA4\xA5" || - s[3] != "???") + s[3] != "??") { cerr << "invalid encoding" << endl; return 1; diff --git a/tests/cxx/tree/encoding/char/iso-8859-1/test.std b/tests/cxx/tree/encoding/char/iso-8859-1/test.std index d26b30f..cb73faa 100644 --- a/tests/cxx/tree/encoding/char/iso-8859-1/test.std +++ b/tests/cxx/tree/encoding/char/iso-8859-1/test.std @@ -3,7 +3,7 @@ abc æ ¢£¤¥ - ??? + ?? abc aâc âòbc diff --git a/tests/cxx/tree/encoding/char/iso-8859-1/test.xml b/tests/cxx/tree/encoding/char/iso-8859-1/test.xml index 9c9e752..cc05f8d 100644 --- a/tests/cxx/tree/encoding/char/iso-8859-1/test.xml +++ b/tests/cxx/tree/encoding/char/iso-8859-1/test.xml @@ -5,7 +5,7 @@ abc æ ¢£¤¥ - Āꪪ򪪪 + Āꪪ abc aâc -- cgit v1.1