mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
testrecurse: Add test cases for external entities
Add test cases for external general and parameter entities.
This commit is contained in:
parent
046f99c543
commit
01bcb23de1
4
test/recurse/g0.ent
Normal file
4
test/recurse/g0.ent
Normal file
@ -0,0 +1,4 @@
|
||||
hahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahaha
|
||||
hahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahaha
|
||||
hahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahaha
|
||||
hahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahaha
|
4
test/recurse/g1.ent
Normal file
4
test/recurse/g1.ent
Normal file
@ -0,0 +1,4 @@
|
||||
&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;
|
||||
&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;
|
||||
&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;
|
||||
&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;&g0;
|
4
test/recurse/g2.ent
Normal file
4
test/recurse/g2.ent
Normal file
@ -0,0 +1,4 @@
|
||||
&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;
|
||||
&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;
|
||||
&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;
|
||||
&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;&g1;
|
4
test/recurse/g3.ent
Normal file
4
test/recurse/g3.ent
Normal file
@ -0,0 +1,4 @@
|
||||
&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;
|
||||
&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;
|
||||
&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;
|
||||
&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;&g2;
|
9
test/recurse/lol_eg.xml
Normal file
9
test/recurse/lol_eg.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE billion [
|
||||
<!ELEMENT billion (#PCDATA)>
|
||||
<!ENTITY g0 SYSTEM "g0.ent">
|
||||
<!ENTITY g1 SYSTEM "g1.ent">
|
||||
<!ENTITY g2 SYSTEM "g2.ent">
|
||||
<!ENTITY g3 SYSTEM "g3.ent">
|
||||
]>
|
||||
<billion>&g3;</billion>
|
10
test/recurse/lol_ep.xml
Normal file
10
test/recurse/lol_ep.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE billion [
|
||||
<!ELEMENT billion (#PCDATA)>
|
||||
<!ENTITY % p0 SYSTEM "p0.ent">
|
||||
<!ENTITY % p1 SYSTEM "p1.ent">
|
||||
<!ENTITY % p2 SYSTEM "p2.ent">
|
||||
<!ENTITY % p3 SYSTEM "p3.ent">
|
||||
%p3;
|
||||
]>
|
||||
<billion/>
|
9
test/recurse/lol_ip_content.dtd
Normal file
9
test/recurse/lol_ip_content.dtd
Normal file
@ -0,0 +1,9 @@
|
||||
<!ELEMENT billion (#PCDATA)>
|
||||
<!ENTITY % p0 "<!---->">
|
||||
<!ENTITY % p1 "%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;">
|
||||
<!ENTITY % p2 "%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;">
|
||||
<!ENTITY % p3 "%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;">
|
||||
<!ENTITY % p4 "%p3;%p3;%p3;%p3;%p3;%p3;%p3;%p3;%p3;%p3;%p3;%p3;%p3;%p3;">
|
||||
<!ENTITY % p5 "%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;">
|
||||
<!ENTITY % p6 "%p5;%p5;%p5;%p5;%p5;%p5;%p5;%p5;%p5;%p5;%p5;%p5;%p5;%p5;">
|
||||
%p5;
|
3
test/recurse/lol_ip_content.xml
Normal file
3
test/recurse/lol_ip_content.xml
Normal file
@ -0,0 +1,3 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE billion SYSTEM "lol_ip_content.dtd">
|
||||
<billion/>
|
4
test/recurse/p0.ent
Normal file
4
test/recurse/p0.ent
Normal file
@ -0,0 +1,4 @@
|
||||
<!----><!----><!----><!----><!----><!----><!----><!----><!----><!---->
|
||||
<!----><!----><!----><!----><!----><!----><!----><!----><!----><!---->
|
||||
<!----><!----><!----><!----><!----><!----><!----><!----><!----><!---->
|
||||
<!----><!----><!----><!----><!----><!----><!----><!----><!----><!---->
|
4
test/recurse/p1.ent
Normal file
4
test/recurse/p1.ent
Normal file
@ -0,0 +1,4 @@
|
||||
%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;
|
||||
%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;
|
||||
%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;
|
||||
%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;%p0;
|
4
test/recurse/p2.ent
Normal file
4
test/recurse/p2.ent
Normal file
@ -0,0 +1,4 @@
|
||||
%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;
|
||||
%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;
|
||||
%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;
|
||||
%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;%p1;
|
4
test/recurse/p3.ent
Normal file
4
test/recurse/p3.ent
Normal file
@ -0,0 +1,4 @@
|
||||
%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;
|
||||
%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;
|
||||
%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;
|
||||
%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;%p2;
|
@ -687,7 +687,12 @@ recursiveDetectTest(const char *filename,
|
||||
xmlDocPtr doc;
|
||||
xmlParserCtxtPtr ctxt;
|
||||
int res = 0;
|
||||
int parserOptions = XML_PARSE_DTDLOAD;
|
||||
/*
|
||||
* XML_PARSE_DTDVALID is the only way to load external entities
|
||||
* without XML_PARSE_NOENT. The validation result doesn't matter
|
||||
* anyway.
|
||||
*/
|
||||
int parserOptions = XML_PARSE_DTDVALID;
|
||||
|
||||
nb_tests++;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user