From: Rhodri James Date: Tue, 22 Aug 2017 14:35:41 +0000 (+0100) Subject: Fix test_predefined_entity_redefinition() to work for UTF-16 X-Git-Tag: R_2_2_5~24^2~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6add43ad26914a52478d0ab7c93cdaff9522dfa;p=libexpat Fix test_predefined_entity_redefinition() to work for UTF-16 --- diff --git a/expat/tests/runtests.c b/expat/tests/runtests.c index 2deb4c01..679f705a 100644 --- a/expat/tests/runtests.c +++ b/expat/tests/runtests.c @@ -4821,7 +4821,7 @@ START_TEST(test_predefined_entity_redefinition) "\n" "]>\n" "'"; - run_character_check(text, "'"); + run_character_check(text, XCS("'")); } END_TEST