aboutsummaryrefslogtreecommitdiffstats
path: root/test/HTML
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2006-10-17 15:56:35 +0000
committerDaniel Veillard <veillard@src.gnome.org>2006-10-17 15:56:35 +0000
commit48519092e5576516cfadc36c789bfeea2c492ee3 (patch)
treeac119eb1b7d4774e864ba7a41597578c843fa843 /test/HTML
parentdab39b568a00f16eed3e7e01a5fd794428e18abd (diff)
downloadandroid_external_libxml2-48519092e5576516cfadc36c789bfeea2c492ee3.tar.gz
android_external_libxml2-48519092e5576516cfadc36c789bfeea2c492ee3.tar.bz2
android_external_libxml2-48519092e5576516cfadc36c789bfeea2c492ee3.zip
fixing HTML entities in attributes parsing bug #362552 added to the
* HTMLparser.c: fixing HTML entities in attributes parsing bug #362552 * result/HTML/entities2.html* test/HTML/entities2.html: added to the regression suite Daniel
Diffstat (limited to 'test/HTML')
-rw-r--r--test/HTML/entities2.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/HTML/entities2.html b/test/HTML/entities2.html
new file mode 100644
index 00000000..53cc7b01
--- /dev/null
+++ b/test/HTML/entities2.html
@@ -0,0 +1,7 @@
+<html>
+<body>
+<form>
+ <input type="text" name="test" value="&scaron;">
+</form>
+</body>
+</html> \ No newline at end of file