summaryrefslogtreecommitdiff
path: root/test/XPath
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-10-04 13:33:43 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-10-04 13:33:43 +0000
commitac2603066945f8508fc8cb0a78a8f91983c24e59 (patch)
tree337ee65486a85bff2433e743447735fba295797b /test/XPath
parent7cfce324d84603dec97d3a6bcafdaec53785e90a (diff)
downloadlibxml2-ac2603066945f8508fc8cb0a78a8f91983c24e59.tar.gz
More work and fixes on XPath:
- debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer, incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath examples with the extra test Daniel
Diffstat (limited to 'test/XPath')
-rw-r--r--test/XPath/tests/chaptersprefol1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/XPath/tests/chaptersprefol b/test/XPath/tests/chaptersprefol
new file mode 100644
index 00000000..e95995b8
--- /dev/null
+++ b/test/XPath/tests/chaptersprefol
@@ -0,0 +1 @@
+/following::* /preceding::* /child::EXAMPLE/preceding::* /child::EXAMPLE/following::* /child::EXAMPLE/child::chapter[3]/preceding::* /child::EXAMPLE/child::chapter[3]/following::* /child::EXAMPLE/child::chapter[1]/image/preceding::* /child::EXAMPLE/child::chapter[1]/image/following::*