diff options
Diffstat (limited to 'tests/auto/qxmlstream/data/015.ref')
-rw-r--r-- | tests/auto/qxmlstream/data/015.ref | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/data/015.ref b/tests/auto/qxmlstream/data/015.ref new file mode 100644 index 0000000..02e9064 --- /dev/null +++ b/tests/auto/qxmlstream/data/015.ref @@ -0,0 +1,4 @@ +StartDocument( documentVersion="1.0" ) +Comment( text=" Bad QName syntax: colon at start " ) +Invalid( ) +ERROR: Expected '?', '!', or '[a-zA-Z]', but got ':'. |