summaryrefslogtreecommitdiffstats
path: root/libxml2/test/XPath/tests/chaptersbase
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/XPath/tests/chaptersbase')
-rw-r--r--libxml2/test/XPath/tests/chaptersbase10
1 files changed, 10 insertions, 0 deletions
diff --git a/libxml2/test/XPath/tests/chaptersbase b/libxml2/test/XPath/tests/chaptersbase
new file mode 100644
index 0000000..17638f7
--- /dev/null
+++ b/libxml2/test/XPath/tests/chaptersbase
@@ -0,0 +1,10 @@
+/child::EXAMPLE
+/child::*
+/child::EXAMPLE/child::head
+/child::EXAMPLE/child::*
+/child::EXAMPLE/child::head/child::title
+/child::EXAMPLE/child::head/child::title/child::text()
+/child::EXAMPLE/child::head/node()
+/descendant::title
+/descendant::p/ancestor::chapter
+//p[1]