mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 21:24:59 +00:00
tests: Fix test_misc_deny_internal_entity_closing_doctype_issue_317 case 2
"%e1;" resolves to "%e1;" which resolves to "]><d/>".
Now with c20b758c33
reverted, test case
"inputTwo" has an actual chance of being a false positive parse.
This commit is contained in:
parent
ef485e96a6
commit
80c2512d71
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ START_TEST(test_misc_deny_internal_entity_closing_doctype_issue_317) {
|
|||
"\n"
|
||||
"%e;";
|
||||
const char *const inputTwo = "<!DOCTYPE d [\n"
|
||||
"<!ENTITY % e1 ']><d/>'><!ENTITY % e2 '&e1;'>\n"
|
||||
"<!ENTITY % e1 ']><d/>'><!ENTITY % e2 '%e1;'>\n"
|
||||
"\n"
|
||||
"%e2;";
|
||||
const char *const inputThree = "<!DOCTYPE d [\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue