diff options
Diffstat (limited to 'tests/auto/qxmlstream/data/016.ref')
-rw-r--r-- | tests/auto/qxmlstream/data/016.ref | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/data/016.ref b/tests/auto/qxmlstream/data/016.ref new file mode 100644 index 0000000..dd97554 --- /dev/null +++ b/tests/auto/qxmlstream/data/016.ref @@ -0,0 +1,4 @@ +StartDocument( documentVersion="1.0" ) +Comment( text=" Bad QName syntax: xmlns: " ) +Invalid( name="foo" qualifiedName="foo" ) +ERROR: Expected '=', but got ':'. |