Fix test_utf16_second_attr() to work in UTF-16 builds

This commit is contained in:
Rhodri James 2017-08-22 17:59:32 +01:00 committed by Sebastian Pipping
parent ea71c5d57c
commit a7a416089d

View File

@ -6582,7 +6582,7 @@ START_TEST(test_utf16_second_attr)
const char text[] =
"<\0d\0 \0a\0=\0'\0\x31\0'\0 \0"
"\x04\x0e\x08\x0e=\0'\0\x32\0'\0/\0>\0";
const XML_Char *expected = "1";
const XML_Char *expected = XCS("1");
CharData storage;
CharData_Init(&storage);