summaryrefslogtreecommitdiff
path: root/test/ent13
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-10-03 07:58:23 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-10-03 07:58:23 +0000
commit7f4547cdbd76a2931553759fb433df88b8b99452 (patch)
tree992c6e2a7e793c67daeae3c62600ae15d7f3b8c7 /test/ent13
parent34a7fc3820e31b6987decd5a0eab862275f3c001 (diff)
downloadlibxml2-7f4547cdbd76a2931553759fb433df88b8b99452.tar.gz
preparing the release of 2.7.2 fix the Solaris portability issueLIBXML2.7.2
* configure.in doc/* NEWS: preparing the release of 2.7.2 * dict.c: fix the Solaris portability issue * parser.c: additional cleanup on #554660 fix * test/ent13 result/ent13* result/noent/ent13*: added the example in the regression test suite. * HTMLparser.c: handle leading BOM in htmlParseElement() Daniel svn path=/trunk/; revision=3799
Diffstat (limited to 'test/ent13')
-rw-r--r--test/ent136
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ent13 b/test/ent13
new file mode 100644
index 00000000..f5ebd891
--- /dev/null
+++ b/test/ent13
@@ -0,0 +1,6 @@
+<?xml version='1.0' ?>
+<!DOCTYPE test [
+<!ENTITY ampproblem '&amp;'>
+]>
+<t a="&ampproblem;">a</t>
+