diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativexmlhttprequest/data/cdata.xml')
-rw-r--r-- | tests/auto/declarative/qdeclarativexmlhttprequest/data/cdata.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativexmlhttprequest/data/cdata.xml b/tests/auto/declarative/qdeclarativexmlhttprequest/data/cdata.xml new file mode 100644 index 0000000..061d37c --- /dev/null +++ b/tests/auto/declarative/qdeclarativexmlhttprequest/data/cdata.xml @@ -0,0 +1,2 @@ +<root><item><![CDATA[Hello world!]]></item><item><![CDATA[ ]]></item></root> + |