diff options
Diffstat (limited to 'test/cdata2')
-rw-r--r-- | test/cdata2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/cdata2 b/test/cdata2 new file mode 100644 index 0000000..b4db791 --- /dev/null +++ b/test/cdata2 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<collection> + <test><![CDATA[ + <![CDATA[abc]]]>]><![CDATA[ + ]]></test> +</collection> |