Fix test_good_cdata_utf16_le() to work for UTF-16 builds
This commit is contained in:
parent
cda42d84c9
commit
18ccc4b65a
@ -2323,7 +2323,7 @@ START_TEST(test_good_cdata_utf16_le)
|
||||
" \0e\0n\0c\0o\0d\0i\0n\0g\0=\0'\0u\0t\0f\0-\0""1\0""6\0'"
|
||||
"\0?\0>\0\n"
|
||||
"\0<\0a\0>\0<\0!\0[\0C\0D\0A\0T\0A\0[\0h\0e\0l\0l\0o\0]\0]\0>\0<\0/\0a\0>\0";
|
||||
const char *expected = "hello";
|
||||
const XML_Char *expected = XCS("hello");
|
||||
|
||||
CharData storage;
|
||||
CharData_Init(&storage);
|
||||
|
Loading…
Reference in New Issue
Block a user