summaryrefslogtreecommitdiffstats
path: root/libxml2/test/XPath/xptr
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-19 18:26:52 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-19 18:26:52 (GMT)
commit818fd731f62993dc8aa5d07b82e1d1b2c04aae7d (patch)
tree41a61b0a1b18ed5ffeeb028e986b3586f9063628 /libxml2/test/XPath/xptr
parentd72feaf69933b069cff3c0cb20a5f5f03ecba77b (diff)
downloadblt-818fd731f62993dc8aa5d07b82e1d1b2c04aae7d.zip
blt-818fd731f62993dc8aa5d07b82e1d1b2c04aae7d.tar.gz
blt-818fd731f62993dc8aa5d07b82e1d1b2c04aae7d.tar.bz2
update libxml2
Diffstat (limited to 'libxml2/test/XPath/xptr')
-rw-r--r--libxml2/test/XPath/xptr/chapterschildseq8
-rw-r--r--libxml2/test/XPath/xptr/chaptersparts6
-rw-r--r--libxml2/test/XPath/xptr/chaptersrange4
-rw-r--r--libxml2/test/XPath/xptr/strpoint9
-rw-r--r--libxml2/test/XPath/xptr/strrange6
-rw-r--r--libxml2/test/XPath/xptr/strrange23
-rw-r--r--libxml2/test/XPath/xptr/strrange34
-rw-r--r--libxml2/test/XPath/xptr/vidbase2
-rw-r--r--libxml2/test/XPath/xptr/vidchildseq4
-rw-r--r--libxml2/test/XPath/xptr/vidparts3
10 files changed, 0 insertions, 49 deletions
diff --git a/libxml2/test/XPath/xptr/chapterschildseq b/libxml2/test/XPath/xptr/chapterschildseq
deleted file mode 100644
index 3b52f5f..0000000
--- a/libxml2/test/XPath/xptr/chapterschildseq
+++ /dev/null
@@ -1,8 +0,0 @@
-/1/2/3
-element(/1/2/3)
-element(foo)element(/1/2/3)
-element(/1/2/3)element(foo)
-chapter1/3
-element(chapter1/3)
-element(foo)element(chapter1/3)
-element(chapter1/3)element(foo)
diff --git a/libxml2/test/XPath/xptr/chaptersparts b/libxml2/test/XPath/xptr/chaptersparts
deleted file mode 100644
index aadc47c..0000000
--- a/libxml2/test/XPath/xptr/chaptersparts
+++ /dev/null
@@ -1,6 +0,0 @@
-xpointer(//chapitre[2])
-xpointer(//chapter[2])
-xpointer(//chapitre[2])xpointer(//chapter[2])
-xpointer(id("chapter1"))
-xpointer(//*[@id="chapter1"])
-xpointer(id("chapter1"))xpointer(//*[@id="chapter1"])
diff --git a/libxml2/test/XPath/xptr/chaptersrange b/libxml2/test/XPath/xptr/chaptersrange
deleted file mode 100644
index 4d7a55b..0000000
--- a/libxml2/test/XPath/xptr/chaptersrange
+++ /dev/null
@@ -1,4 +0,0 @@
-xpointer(//chapter[position() = 2]/range-to(following::chapter[1]))
-xpointer(//chapter[position() <= 2]/range-to(following::chapter[1]))
-xpointer(//chapter[position() = last()]/range-to(following::chapter[1]))
-xpointer(//chapter[position() = 3]/range-to(/.//chapter[position() = 1]))
diff --git a/libxml2/test/XPath/xptr/strpoint b/libxml2/test/XPath/xptr/strpoint
deleted file mode 100644
index 0916ef1..0000000
--- a/libxml2/test/XPath/xptr/strpoint
+++ /dev/null
@@ -1,9 +0,0 @@
-xpointer(start-point(string-range(//p,'multiple')))
-xpointer(end-point(string-range(//p,'multiple')))
-xpointer(start-point(string-range(//p,'test')))
-xpointer(end-point(string-range(//p,'test')))
-xpointer(start-point(string-range(//*,'multiple',1,0)))
-xpointer(end-point(string-range(//*,'multiple',1,0)))
-xpointer(start-point(string-range(//*,'multiple',1,1)))
-xpointer(end-point(string-range(//*,'multiple',1,1)))
-xpointer(start-point(string-range(//p,'test'))[1])
diff --git a/libxml2/test/XPath/xptr/strrange b/libxml2/test/XPath/xptr/strrange
deleted file mode 100644
index 3231927..0000000
--- a/libxml2/test/XPath/xptr/strrange
+++ /dev/null
@@ -1,6 +0,0 @@
-xpointer(string-range(//p, 'simple'))
-xpointer(string-range(//p, 'test'))
-xpointer(string-range(//p, 'difficult'))
-xpointer(string-range(//p, 'spanning'))
-xpointer(string-range(//p, 'unbalanced'))
-xpointer(string-range(//seq, ''))
diff --git a/libxml2/test/XPath/xptr/strrange2 b/libxml2/test/XPath/xptr/strrange2
deleted file mode 100644
index 5133547..0000000
--- a/libxml2/test/XPath/xptr/strrange2
+++ /dev/null
@@ -1,3 +0,0 @@
-xpointer(string-range(//p, 'test', 2))
-xpointer(string-range(//p, 'test', 2, 2))
-xpointer(string-range(//p, 'difficult', 1, 0))
diff --git a/libxml2/test/XPath/xptr/strrange3 b/libxml2/test/XPath/xptr/strrange3
deleted file mode 100644
index aea5665..0000000
--- a/libxml2/test/XPath/xptr/strrange3
+++ /dev/null
@@ -1,4 +0,0 @@
-xpointer(string-range(//p, 'test', 1, 0))
-xpointer(string-range(//*, 'test', 1, 0))
-xpointer(string-range(//p, 'test', 1, 0)[2])
-xpointer(string-range(//*, 'test', 1, 0)[2])
diff --git a/libxml2/test/XPath/xptr/vidbase b/libxml2/test/XPath/xptr/vidbase
deleted file mode 100644
index b146383..0000000
--- a/libxml2/test/XPath/xptr/vidbase
+++ /dev/null
@@ -1,2 +0,0 @@
-xpointer(id('chapter1')/p)
-xpointer(id('chapter1')/p[1]/range-to(following-sibling::p[2]))
diff --git a/libxml2/test/XPath/xptr/vidchildseq b/libxml2/test/XPath/xptr/vidchildseq
deleted file mode 100644
index fe205dc..0000000
--- a/libxml2/test/XPath/xptr/vidchildseq
+++ /dev/null
@@ -1,4 +0,0 @@
-/1/2/3
-element(/1/2/3)
-chapter1/3
-element(chapter1/3)
diff --git a/libxml2/test/XPath/xptr/vidparts b/libxml2/test/XPath/xptr/vidparts
deleted file mode 100644
index 3afbbdd..0000000
--- a/libxml2/test/XPath/xptr/vidparts
+++ /dev/null
@@ -1,3 +0,0 @@
-xpointer(id("chapter1"))
-xpointer(//*[@id="chapter1"])
-xpointer(id("chapter1"))xpointer(//*[@id="chapter1"])