diff options
Diffstat (limited to 'tests/auto/qdom/testdata/toString_01/doc03.xml')
-rw-r--r-- | tests/auto/qdom/testdata/toString_01/doc03.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qdom/testdata/toString_01/doc03.xml b/tests/auto/qdom/testdata/toString_01/doc03.xml new file mode 100644 index 0000000..6121f70 --- /dev/null +++ b/tests/auto/qdom/testdata/toString_01/doc03.xml @@ -0,0 +1,6 @@ +<foo> + <bar> + <foobar/> + </bar> + <bar>blubber</bar> +</foo> |