summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/074.xml.ref
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/074.xml.ref')
-rw-r--r--tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/074.xml.ref14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/074.xml.ref b/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/074.xml.ref
deleted file mode 100644
index df8552d646..0000000000
--- a/tests/auto/xml/sax/qxmlsimplereader/xmldocs/not-wf/sa/074.xml.ref
+++ /dev/null
@@ -1,14 +0,0 @@
-setDocumentLocator(locator={columnNumber=1, lineNumber=1})
-startDocument()
- startDTD(name="doc", publicId="", systemId="")
- internatlEntityDecl(name="e", value="</foo><foo>")
- endDTD()
- startElement(namespaceURI="", localName="doc", qName="doc", atts=[])
- characters(ch="\r\n")
- startElement(namespaceURI="", localName="foo", qName="foo", atts=[])
- endElement(namespaceURI="", localName="foo", qName="foo")
- startElement(namespaceURI="", localName="foo", qName="foo", atts=[])
- endElement(namespaceURI="", localName="foo", qName="foo")
- characters(ch="\r\n")
- endElement(namespaceURI="", localName="doc", qName="doc")
-endDocument()