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)
|
context_realloc_test(const char *text)
|
||||||
{
|
{
|
||||||
ExtOption options[] = {
|
ExtOption options[] = {
|
||||||
{ "foo", "<!ELEMENT e EMPTY>"},
|
{ XCS("foo"), "<!ELEMENT e EMPTY>"},
|
||||||
{ "bar", "<e/>" },
|
{ XCS("bar"), "<e/>" },
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
Reference in New Issue
Block a user