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, 0 insertions, 10 deletions
diff --git a/libxml2/test/XPath/tests/chaptersbase b/libxml2/test/XPath/tests/chaptersbase
deleted file mode 100644
index 17638f7..0000000
--- a/libxml2/test/XPath/tests/chaptersbase
+++ /dev/null
@@ -1,10 +0,0 @@
-/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]