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