summaryrefslogtreecommitdiff
path: root/tests/auto/corelib/xml/qxmlstream/data/14.ref
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/xml/qxmlstream/data/14.ref')
-rw-r--r--tests/auto/corelib/xml/qxmlstream/data/14.ref18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/auto/corelib/xml/qxmlstream/data/14.ref b/tests/auto/corelib/xml/qxmlstream/data/14.ref
deleted file mode 100644
index 47a1b1ae80..0000000000
--- a/tests/auto/corelib/xml/qxmlstream/data/14.ref
+++ /dev/null
@@ -1,18 +0,0 @@
-StartDocument( documentVersion="1.0" )
-DTD( text="
-<!DOCTYPE test [
-<!ELEMENT test (#PCDATA) >
-<!ENTITY % xx '%zz;'>
-<!ENTITY % zz '<!ENTITY tricky "error-prone" >' >
-<!ENTITY tricky "error-prone" >
-]>" dtdName="test"
- EntityDeclaration( name="xx" value="%zz;" )
-
- EntityDeclaration( name="zz" value="<!ENTITY tricky "error-prone" >" )
-
- EntityDeclaration( name="tricky" value="error-prone" )
- )
-StartElement( name="test" qualifiedName="test" )
-Characters( text="This sample shows a error-prone method." )
-EndElement( name="test" qualifiedName="test" )
-EndDocument( )