diff options
Diffstat (limited to 'tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/186.xml.ref')
-rw-r--r-- | tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/186.xml.ref | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/186.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/186.xml.ref new file mode 100644 index 0000000..63d0d3e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/186.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="a", publicId="", systemId="") + attributeDecl(eName="a", aName="b", type="", valueDefault="", value="") + attributeDecl(eName="a", aName="d", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="a", qName="a", atts=[{localName="b", qName="b", uri="", type="CDATA", value="c"}, {localName="d", qName="d", uri="", type="CDATA", value="e"}]) + endElement(namespaceURI="", localName="a", qName="a") +endDocument() |