Fix test_alloc_long_notation() to work in UTF-16 builds
This commit is contained in:
parent
29667dacba
commit
3a1b4a1940
@ -10405,8 +10405,8 @@ START_TEST(test_alloc_long_notation)
|
||||
"]>\n"
|
||||
"<doc>&e2;</doc>";
|
||||
ExtOption options[] = {
|
||||
{ "foo", "Entity Foo" },
|
||||
{ "bar", "Entity Bar" },
|
||||
{ XCS("foo"), "Entity Foo" },
|
||||
{ XCS("bar"), "Entity Bar" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user