aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2006-01-09 14:38:44 +0000
committerDaniel Veillard <veillard@src.gnome.org>2006-01-09 14:38:44 +0000
commita617e24f32c8b2fd7ec68c77389dbac6702ee85d (patch)
tree5c829a82fd49c2aa6cd76b79d4308586dac6266a /test
parent6795260135a78da60182504a2d7efb4e3177eb57 (diff)
downloadandroid_external_libxml2-a617e24f32c8b2fd7ec68c77389dbac6702ee85d.tar.gz
android_external_libxml2-a617e24f32c8b2fd7ec68c77389dbac6702ee85d.tar.bz2
android_external_libxml2-a617e24f32c8b2fd7ec68c77389dbac6702ee85d.zip
reverted first patches for #319279 which led to #326295 and fixed the
* parser.c: reverted first patches for #319279 which led to #326295 and fixed the problem in xmlParseChunk() instead * test/ent11 result//ent11*: added test for #326295 to the regression suite Daniel
Diffstat (limited to 'test')
-rw-r--r--test/ent116
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ent11 b/test/ent11
new file mode 100644
index 00000000..6c611c15
--- /dev/null
+++ b/test/ent11
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE doc [
+ <!ENTITY newl "&#13;">
+]>
+
+<doc>&newl;</doc>