diff options
Diffstat (limited to 'tests/auto/qxmlstream/data/7.ref')
-rw-r--r-- | tests/auto/qxmlstream/data/7.ref | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/data/7.ref b/tests/auto/qxmlstream/data/7.ref new file mode 100644 index 0000000..158eef0 --- /dev/null +++ b/tests/auto/qxmlstream/data/7.ref @@ -0,0 +1,7 @@ +StartDocument( ) +StartElement( name="doc" qualifiedName="doc" ) +Characters( text="Text and " ) +Characters( CDATA text="text in a CDATA section" ) +Characters( text=" and normal text" ) +EndElement( name="doc" qualifiedName="doc" ) +EndDocument( ) |