summaryrefslogtreecommitdiffstats
path: root/libxml2/test/XPath/tests
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/XPath/tests')
-rw-r--r--libxml2/test/XPath/tests/chaptersbase10
-rw-r--r--libxml2/test/XPath/tests/chaptersprefol8
-rw-r--r--libxml2/test/XPath/tests/idsimple3
-rw-r--r--libxml2/test/XPath/tests/langsimple5
-rw-r--r--libxml2/test/XPath/tests/mixedpat7
-rw-r--r--libxml2/test/XPath/tests/nodespat5
-rw-r--r--libxml2/test/XPath/tests/nssimple3
-rw-r--r--libxml2/test/XPath/tests/simpleabbr10
-rw-r--r--libxml2/test/XPath/tests/simplebase15
-rw-r--r--libxml2/test/XPath/tests/usr1check1
-rw-r--r--libxml2/test/XPath/tests/vidbase5
11 files changed, 0 insertions, 72 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]
diff --git a/libxml2/test/XPath/tests/chaptersprefol b/libxml2/test/XPath/tests/chaptersprefol
deleted file mode 100644
index 8f1e65b..0000000
--- a/libxml2/test/XPath/tests/chaptersprefol
+++ /dev/null
@@ -1,8 +0,0 @@
-/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::*
diff --git a/libxml2/test/XPath/tests/idsimple b/libxml2/test/XPath/tests/idsimple
deleted file mode 100644
index 2841ae9..0000000
--- a/libxml2/test/XPath/tests/idsimple
+++ /dev/null
@@ -1,3 +0,0 @@
-//*[@id="root"]
-//*[@id="chapter2"]
-//*[@id="chapter5"]
diff --git a/libxml2/test/XPath/tests/langsimple b/libxml2/test/XPath/tests/langsimple
deleted file mode 100644
index f71a321..0000000
--- a/libxml2/test/XPath/tests/langsimple
+++ /dev/null
@@ -1,5 +0,0 @@
-//*[lang('en')]
-//*[lang('en-us')]
-//*[lang('en-gb')]
-//*[lang('fr')]
-//*[lang('')]
diff --git a/libxml2/test/XPath/tests/mixedpat b/libxml2/test/XPath/tests/mixedpat
deleted file mode 100644
index c212f6c..0000000
--- a/libxml2/test/XPath/tests/mixedpat
+++ /dev/null
@@ -1,7 +0,0 @@
-s
-s|p1/s
-s|/root/p1/s
-/root/p1/s|s
-//s
-//s|p1
-p1|//s
diff --git a/libxml2/test/XPath/tests/nodespat b/libxml2/test/XPath/tests/nodespat
deleted file mode 100644
index c157a3e..0000000
--- a/libxml2/test/XPath/tests/nodespat
+++ /dev/null
@@ -1,5 +0,0 @@
-/.
-//.
-/root//.
-//.//./././/.
-/root//././/bar//. \ No newline at end of file
diff --git a/libxml2/test/XPath/tests/nssimple b/libxml2/test/XPath/tests/nssimple
deleted file mode 100644
index d2a9528..0000000
--- a/libxml2/test/XPath/tests/nssimple
+++ /dev/null
@@ -1,3 +0,0 @@
-/doc/elem/namespace::node()/..
-/doc/elem/namespace::*/self::node()[true()]
-//*[namespace::ns1]
diff --git a/libxml2/test/XPath/tests/simpleabbr b/libxml2/test/XPath/tests/simpleabbr
deleted file mode 100644
index 8de476f..0000000
--- a/libxml2/test/XPath/tests/simpleabbr
+++ /dev/null
@@ -1,10 +0,0 @@
-/EXAMPLE
-/EXAMPLE/head
-/EXAMPLE/chapter[1]
-//p
-//chapter/image
-//p/text()
-//p/text()[position()=1]
-//p/text()[position()=last()]
-(//p/text())[position()=1]
-(//p/text())[position()=last()]
diff --git a/libxml2/test/XPath/tests/simplebase b/libxml2/test/XPath/tests/simplebase
deleted file mode 100644
index 8b2c7d1..0000000
--- a/libxml2/test/XPath/tests/simplebase
+++ /dev/null
@@ -1,15 +0,0 @@
-/child::*
-/child::EXAMPLE
-/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()
-/child::EXAMPLE/attribute::prop1/self::node()
-/child::EXAMPLE/attribute::prop1/self::*
-/child::EXAMPLE/attribute::prop1/descendant-or-self::node()
-/child::EXAMPLE/attribute::prop1/descendant-or-self::*
-/child::EXAMPLE/attribute::prop1/ancestor-or-self::node()
-/child::EXAMPLE/attribute::prop1/ancestor-or-self::*
-/descendant::title
-/descendant::p/ancestor::chapter
diff --git a/libxml2/test/XPath/tests/usr1check b/libxml2/test/XPath/tests/usr1check
deleted file mode 100644
index c38d003..0000000
--- a/libxml2/test/XPath/tests/usr1check
+++ /dev/null
@@ -1 +0,0 @@
-//ITEM[1]
diff --git a/libxml2/test/XPath/tests/vidbase b/libxml2/test/XPath/tests/vidbase
deleted file mode 100644
index 5cd79ac..0000000
--- a/libxml2/test/XPath/tests/vidbase
+++ /dev/null
@@ -1,5 +0,0 @@
-id('chapter1')
-id('chapter3')
-id('chapter1')/p
-id('chapter1')//p
-id('chapter1')/p[1]