diff options
Diffstat (limited to 'tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/162.xml')
-rw-r--r-- | tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/162.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/162.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/162.xml new file mode 100644 index 0000000..efae4b1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/162.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY % e1 "">
+<!ENTITY % e2 "%e1;">
+]>
+<doc></doc>
|