Test recursive parameter entity

This commit is contained in:
Rhodri James 2017-04-21 15:21:02 +01:00 committed by Sebastian Pipping
parent b641ecffa1
commit 09aef7e7e3

View File

@ -4065,6 +4065,12 @@ START_TEST(test_external_entity_values)
NULL,
XML_ERROR_PARTIAL_CHAR
},
{
"%e1;",
"Recursive parameter entity not faulted",
NULL,
XML_ERROR_RECURSIVE_ENTITY_REF
},
{ NULL, NULL, NULL, XML_ERROR_NONE }
};
int i;