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