From 0c17e937fd9321834d21d0a38f77f295590f5caa Mon Sep 17 00:00:00 2001 From: Rhodri James Date: Tue, 22 Aug 2017 15:13:26 +0100 Subject: [PATCH] Fix test_ignore_section_utf16() for UTF-16 builds --- expat/tests/runtests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/tests/runtests.c b/expat/tests/runtests.c index 9ce08e78..05013833 100644 --- a/expat/tests/runtests.c +++ b/expat/tests/runtests.c @@ -4400,7 +4400,7 @@ START_TEST(test_ignore_section_utf16) /* &en; */ "<\0d\0>\0<\0e\0>\0&\0e\0n\0;\0<\0/\0e\0>\0<\0/\0d\0>\0"; const XML_Char *expected = - "]]>\n&en;"; + XCS("]]>\n&en;"); CharData storage; CharData_Init(&storage); -- 2.40.0