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