Test XML declaration in external entity processing

This commit is contained in:
Rhodri James 2017-03-02 16:22:27 +00:00 committed by Sebastian Pipping
parent ac16e93789
commit 1d80cc21a8

View File

@ -3739,6 +3739,12 @@ START_TEST(test_external_entity_values)
NULL,
XML_ERROR_PARTIAL_CHAR
},
{
"<?xml version='1.0' encoding='utf-8'?>\n",
NULL,
NULL,
XML_ERROR_NONE
},
{ NULL, NULL, NULL, XML_ERROR_NONE }
};
int i;