summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/data/16.ref
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/xml/qxmlstream/data/16.ref')
-rw-r--r--tests/auto/corelib/xml/qxmlstream/data/16.ref6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/corelib/xml/qxmlstream/data/16.ref b/tests/auto/corelib/xml/qxmlstream/data/16.ref
new file mode 100644
index 0000000000..316304541a
--- /dev/null
+++ b/tests/auto/corelib/xml/qxmlstream/data/16.ref
@@ -0,0 +1,6 @@
+StartDocument( documentVersion="1.0" documentEncoding="ISO8859-1" )
+DTD( text="
+<!DOCTYPE test >" dtdName="test" )
+StartElement( name="germanüumlaut" qualifiedName="germanüumlaut" )
+EndElement( name="germanüumlaut" qualifiedName="germanüumlaut" )
+EndDocument( )