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/wchar/test.xsd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/cxx/tree/encoding/wchar/test.xsd') diff --git a/tests/cxx/tree/encoding/wchar/test.xsd b/tests/cxx/tree/encoding/wchar/test.xsd index 0bf4bdd..0151d2f 100644 --- a/tests/cxx/tree/encoding/wchar/test.xsd +++ b/tests/cxx/tree/encoding/wchar/test.xsd @@ -8,16 +8,16 @@ Test enum. Valid values are: abc a῿퟿c - 𐀀􏿽bc - ab𐀀􏿽 + ကჿbc + abကჿ - - + + -- cgit v1.1