aboutsummaryrefslogtreecommitdiffstats
path: root/result/cdata
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-10-11 15:09:51 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-10-11 15:09:51 +0000
commit7d2c276a65a077932bbe2ae5a1b3af304175f995 (patch)
tree6e4edb956a66bdbefea24d7d0f0740dc33ed6395 /result/cdata
parent6077d03d0ee4774446e30a1b4017e9fffa020923 (diff)
downloadandroid_external_libxml2-7d2c276a65a077932bbe2ae5a1b3af304175f995.tar.gz
android_external_libxml2-7d2c276a65a077932bbe2ae5a1b3af304175f995.tar.bz2
android_external_libxml2-7d2c276a65a077932bbe2ae5a1b3af304175f995.zip
Fixed probles in some HTML tag autoclose, XML output bug on mixed-content
and fixed the related output for tests, Daniel.
Diffstat (limited to 'result/cdata')
-rw-r--r--result/cdata3
1 files changed, 2 insertions, 1 deletions
diff --git a/result/cdata b/result/cdata
index 065f7a31..180ea467 100644
--- a/result/cdata
+++ b/result/cdata
@@ -1,3 +1,4 @@
<?xml version="1.0"?>
<doc>
-<![CDATA[<greeting>Hello, world!</greeting>]]></doc>
+<![CDATA[<greeting>Hello, world!</greeting>]]>
+</doc>