diff options
author | Mike Hommey <glandium@debian.org> | 2006-01-31 19:25:18 +0100 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2006-01-31 19:25:18 +0100 |
commit | c5d565931c4823dc8f62fffcb65aecfec516f7b9 (patch) | |
tree | 9550b0b41e973d707cbbca74333c1b05ab89e5ee /test/XPath/xptr | |
parent | 0fd83af441e251fc23fc1af7959fd6ecfa105fe1 (diff) | |
download | libxml2-upstream/2.6.23.dfsg.2.tar.gz |
Removing tests and resultsupstream/2.6.23.dfsg.2
Diffstat (limited to 'test/XPath/xptr')
-rw-r--r-- | test/XPath/xptr/chapterschildseq | 8 | ||||
-rw-r--r-- | test/XPath/xptr/chaptersparts | 6 | ||||
-rw-r--r-- | test/XPath/xptr/chaptersrange | 4 | ||||
-rw-r--r-- | test/XPath/xptr/strpoint | 9 | ||||
-rw-r--r-- | test/XPath/xptr/strrange | 6 | ||||
-rw-r--r-- | test/XPath/xptr/strrange2 | 3 | ||||
-rw-r--r-- | test/XPath/xptr/strrange3 | 4 | ||||
-rw-r--r-- | test/XPath/xptr/vidbase | 2 | ||||
-rw-r--r-- | test/XPath/xptr/vidchildseq | 4 | ||||
-rw-r--r-- | test/XPath/xptr/vidparts | 3 |
10 files changed, 0 insertions, 49 deletions
diff --git a/test/XPath/xptr/chapterschildseq b/test/XPath/xptr/chapterschildseq deleted file mode 100644 index 3b52f5f..0000000 --- a/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/test/XPath/xptr/chaptersparts b/test/XPath/xptr/chaptersparts deleted file mode 100644 index aadc47c..0000000 --- a/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/test/XPath/xptr/chaptersrange b/test/XPath/xptr/chaptersrange deleted file mode 100644 index 4d7a55b..0000000 --- a/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/test/XPath/xptr/strpoint b/test/XPath/xptr/strpoint deleted file mode 100644 index 0916ef1..0000000 --- a/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/test/XPath/xptr/strrange b/test/XPath/xptr/strrange deleted file mode 100644 index 3231927..0000000 --- a/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/test/XPath/xptr/strrange2 b/test/XPath/xptr/strrange2 deleted file mode 100644 index 5133547..0000000 --- a/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/test/XPath/xptr/strrange3 b/test/XPath/xptr/strrange3 deleted file mode 100644 index aea5665..0000000 --- a/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/test/XPath/xptr/vidbase b/test/XPath/xptr/vidbase deleted file mode 100644 index b146383..0000000 --- a/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/test/XPath/xptr/vidchildseq b/test/XPath/xptr/vidchildseq deleted file mode 100644 index fe205dc..0000000 --- a/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/test/XPath/xptr/vidparts b/test/XPath/xptr/vidparts deleted file mode 100644 index 3afbbdd..0000000 --- a/test/XPath/xptr/vidparts +++ /dev/null @@ -1,3 +0,0 @@ -xpointer(id("chapter1")) -xpointer(//*[@id="chapter1"]) -xpointer(id("chapter1"))xpointer(//*[@id="chapter1"]) |