Fix test_entity_public_utf16_le() to work in UTF-16 builds
This commit is contained in:
parent
d7f2f4413a
commit
e881a0451f
@ -6899,7 +6899,7 @@ START_TEST(test_entity_public_utf16_le)
|
||||
NULL,
|
||||
EE_PARSE_NONE
|
||||
};
|
||||
const XML_Char *expected = "baz";
|
||||
const XML_Char *expected = XCS("baz");
|
||||
CharData storage;
|
||||
|
||||
CharData_Init(&storage);
|
||||
|
Loading…
Reference in New Issue
Block a user