Fix context_realloc_test() to work in UTF-16 builds
This commit is contained in:
parent
f4f5413a6d
commit
586dcbac54
@ -11326,8 +11326,8 @@ static void
|
||||
context_realloc_test(const char *text)
|
||||
{
|
||||
ExtOption options[] = {
|
||||
{ "foo", "<!ELEMENT e EMPTY>"},
|
||||
{ "bar", "<e/>" },
|
||||
{ XCS("foo"), "<!ELEMENT e EMPTY>"},
|
||||
{ XCS("bar"), "<e/>" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user