Test UTF-8 byte order mark in parameter entity value parsing
This commit is contained in:
parent
c45340e138
commit
9de593495c
@ -3755,6 +3755,13 @@ START_TEST(test_external_entity_values)
|
||||
NULL,
|
||||
XML_ERROR_XML_DECL
|
||||
},
|
||||
{
|
||||
/* UTF-8 BOM */
|
||||
"\xEF\xBB\xBF<!ATTLIST doc a1 CDATA 'value'>",
|
||||
NULL,
|
||||
NULL,
|
||||
XML_ERROR_NONE
|
||||
},
|
||||
{ NULL, NULL, NULL, XML_ERROR_NONE }
|
||||
};
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user