mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 22:19:12 +00:00
tests: Improve test_misc_deny_internal_entity_closing_doctype_issue_317 case 3
"%e;" resolves to "]><d" which needs additional "/>" to make the wanted "]><d/>", eventually.
This commit is contained in:
parent
80c2512d71
commit
20580a4550
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ START_TEST(test_misc_deny_internal_entity_closing_doctype_issue_317) {
|
|||
const char *const inputThree = "<!DOCTYPE d [\n"
|
||||
"<!ENTITY % e ']><d'>\n"
|
||||
"\n"
|
||||
"%e;";
|
||||
"%e;/>";
|
||||
const char *const inputIssue317 = "<!DOCTYPE doc [\n"
|
||||
"<!ENTITY % foo ']>\n"
|
||||
"<doc>Hell<oc (#PCDATA)*>'>\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue