diff options
Diffstat (limited to 'tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031-1.ent')
-rwxr-xr-x | tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031-1.ent | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031-1.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031-1.ent new file mode 100755 index 0000000..f7f94ab --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031-1.ent @@ -0,0 +1,3 @@ +<!ELEMENT doc (#PCDATA)>
+<!ENTITY % e SYSTEM "031-2.ent">
+<!ENTITY e "<![CDATA[%e;]]>">
|