diff options
Diffstat (limited to 'tests/auto/qxmlstream/data/047.ref')
-rw-r--r-- | tests/auto/qxmlstream/data/047.ref | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/data/047.ref b/tests/auto/qxmlstream/data/047.ref new file mode 100644 index 0000000..c159d89 --- /dev/null +++ b/tests/auto/qxmlstream/data/047.ref @@ -0,0 +1,5 @@ +StartDocument( documentVersion="1.0" documentEncoding="UTF-8" ) +StartElement( name="foo" qualifiedName="foo" ) +Characters( text="<bar]>" ) +EndElement( name="foo" qualifiedName="foo" ) +EndDocument( ) |