aboutsummaryrefslogtreecommitdiffstats
path: root/runtest.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-08-25 13:19:21 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-08-25 13:19:21 +0000
commit8874b94cd2e2086f4cefe026286e0f64cac6ec9a (patch)
tree640c7e31f9cd75634487bb9074cc74516209aab9 /runtest.c
parent3854c57a99852edc952cd69d4e7330b39031035c (diff)
downloadandroid_external_libxml2-8874b94cd2e2086f4cefe026286e0f64cac6ec9a.tar.gz
android_external_libxml2-8874b94cd2e2086f4cefe026286e0f64cac6ec9a.tar.bz2
android_external_libxml2-8874b94cd2e2086f4cefe026286e0f64cac6ec9a.zip
added a parser XML_PARSE_COMPACT option to allocate small text nodes (less
* HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h: added a parser XML_PARSE_COMPACT option to allocate small text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits) directly within the node, various changes to cope with this. * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this slightly change the output Daniel
Diffstat (limited to 'runtest.c')
-rw-r--r--runtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest.c b/runtest.c
index d03322dc..897cb9b1 100644
--- a/runtest.c
+++ b/runtest.c
@@ -4306,7 +4306,7 @@ launchTests(testDescPtr tst) {
testErrorsSize = 0;
testErrors[0] = 0;
res = tst->func(globbuf.gl_pathv[i], result, error,
- tst->options);
+ tst->options | XML_PARSE_COMPACT);
xmlResetLastError();
if (res != 0) {
fprintf(stderr, "File %s generated an error\n",