Fix test_utf16_second_attr() to work in UTF-16 builds
This commit is contained in:
parent
ea71c5d57c
commit
a7a416089d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user