1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported -

Fixes in the plane:
- xpath.c: fixed a [] evaluation problem reported
- test/XPath/tests/simpleaddr: extended test
- result/XPath/simpleaddr: updated result
Daniel
This commit is contained in:
Daniel Veillard
2001-04-05 16:54:14 +00:00
parent 3197f164a8
commit d8df6c0e8c
6 changed files with 464 additions and 375 deletions

View File

@ -113,6 +113,7 @@ testXPath(const char *str) {
xmlXPathDebugDumpCompExpr(stdout, comp, 0);
res = xmlXPathCompiledEval(comp, ctxt);
xmlXPathFreeCompExpr(comp);
} else
res = NULL;
}