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 /result/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 'result/XPath/xptr')
-rw-r--r-- | result/XPath/xptr/chapterschildseq | 53 | ||||
-rw-r--r-- | result/XPath/xptr/chaptersparts | 44 | ||||
-rw-r--r-- | result/XPath/xptr/chaptersrange | 64 | ||||
-rw-r--r-- | result/XPath/xptr/strpoint | 75 | ||||
-rw-r--r-- | result/XPath/xptr/strrange | 96 | ||||
-rw-r--r-- | result/XPath/xptr/strrange2 | 64 | ||||
-rw-r--r-- | result/XPath/xptr/strrange3 | 48 | ||||
-rw-r--r-- | result/XPath/xptr/vidbase | 19 | ||||
-rw-r--r-- | result/XPath/xptr/vidchildseq | 36 | ||||
-rw-r--r-- | result/XPath/xptr/vidparts | 27 |
10 files changed, 0 insertions, 526 deletions
diff --git a/result/XPath/xptr/chapterschildseq b/result/XPath/xptr/chapterschildseq deleted file mode 100644 index 396bcac..0000000 --- a/result/XPath/xptr/chapterschildseq +++ /dev/null @@ -1,53 +0,0 @@ - -======================== -Expression: /1/2/3 -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT image - ATTRIBUTE href - TEXT - content=linus.gif - -======================== -Expression: element(/1/2/3) -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT image - ATTRIBUTE href - TEXT - content=linus.gif - -======================== -Expression: element(foo)element(/1/2/3) -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT image - ATTRIBUTE href - TEXT - content=linus.gif - -======================== -Expression: element(/1/2/3)element(foo) -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT image - ATTRIBUTE href - TEXT - content=linus.gif - -======================== -Expression: chapter1/3 -Object is a Node Set : -Set contains 0 nodes: - -======================== -Expression: element(chapter1/3) -Object is empty (NULL) - -======================== -Expression: element(foo)element(chapter1/3) -Object is empty (NULL) - -======================== -Expression: element(chapter1/3)element(foo) -Object is empty (NULL) diff --git a/result/XPath/xptr/chaptersparts b/result/XPath/xptr/chaptersparts deleted file mode 100644 index 70b561b..0000000 --- a/result/XPath/xptr/chaptersparts +++ /dev/null @@ -1,44 +0,0 @@ - -======================== -Expression: xpointer(//chapitre[2]) -Object is empty (NULL) - -======================== -Expression: xpointer(//chapter[2]) -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter2 - -======================== -Expression: xpointer(//chapitre[2])xpointer(//chapter[2]) -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter2 - -======================== -Expression: xpointer(id("chapter1")) -Object is empty (NULL) - -======================== -Expression: xpointer(//*[@id="chapter1"]) -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter1 - -======================== -Expression: xpointer(id("chapter1"))xpointer(//*[@id="chapter1"]) -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter1 diff --git a/result/XPath/xptr/chaptersrange b/result/XPath/xptr/chaptersrange deleted file mode 100644 index c1b9cde..0000000 --- a/result/XPath/xptr/chaptersrange +++ /dev/null @@ -1,64 +0,0 @@ - -======================== -Expression: xpointer(//chapter[position() = 2]/range-to(following::chapter[1])) -Object is a Location Set: -1 : Object is a range : - From node - ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter2 - To node - ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter3 - - -======================== -Expression: xpointer(//chapter[position() <= 2]/range-to(following::chapter[1])) -Object is a Location Set: -1 : Object is a range : - From node - ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter1 - To node - ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter2 - -2 : Object is a range : - From node - ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter2 - To node - ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter3 - - -======================== -Expression: xpointer(//chapter[position() = last()]/range-to(following::chapter[1])) -Object is empty (NULL) - -======================== -Expression: xpointer(//chapter[position() = 3]/range-to(/.//chapter[position() = 1])) -Object is a Location Set: -1 : Object is a range : - From node - ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter1 - To node - ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter3 - diff --git a/result/XPath/xptr/strpoint b/result/XPath/xptr/strpoint deleted file mode 100644 index d6ecab3..0000000 --- a/result/XPath/xptr/strpoint +++ /dev/null @@ -1,75 +0,0 @@ - -======================== -Expression: xpointer(start-point(string-range(//p,'multiple'))) -Object is a Location Set: -1 : Object is a point : index 1 in node TEXT - content=multiple tests - - -======================== -Expression: xpointer(end-point(string-range(//p,'multiple'))) -Object is a Location Set: -1 : Object is a point : index 8 in node TEXT - content=multiple tests - - -======================== -Expression: xpointer(start-point(string-range(//p,'test'))) -Object is a Location Set: -1 : Object is a point : index 10 in node TEXT - content=a simple test - -2 : Object is a point : index 10 in node TEXT - content=multiple tests - -3 : Object is a point : index 7 in node TEXT - content=anced test - - -======================== -Expression: xpointer(end-point(string-range(//p,'test'))) -Object is a Location Set: -1 : Object is a point : index 13 in node TEXT - content=a simple test - -2 : Object is a point : index 13 in node TEXT - content=multiple tests - -3 : Object is a point : index 10 in node TEXT - content=anced test - - -======================== -Expression: xpointer(start-point(string-range(//*,'multiple',1,0))) -Object is a Location Set: -1 : Object is a point : index 1 in node TEXT - content=multiple tests - - -======================== -Expression: xpointer(end-point(string-range(//*,'multiple',1,0))) -Object is a Location Set: -1 : Object is a point : index 1 in node TEXT - content=multiple tests - - -======================== -Expression: xpointer(start-point(string-range(//*,'multiple',1,1))) -Object is a Location Set: -1 : Object is a point : index 1 in node TEXT - content=multiple tests - - -======================== -Expression: xpointer(end-point(string-range(//*,'multiple',1,1))) -Object is a Location Set: -1 : Object is a point : index 2 in node TEXT - content=multiple tests - - -======================== -Expression: xpointer(start-point(string-range(//p,'test'))[1]) -Object is a Location Set: -1 : Object is a point : index 10 in node TEXT - content=a simple test - diff --git a/result/XPath/xptr/strrange b/result/XPath/xptr/strrange deleted file mode 100644 index c14ed91..0000000 --- a/result/XPath/xptr/strrange +++ /dev/null @@ -1,96 +0,0 @@ - -======================== -Expression: xpointer(string-range(//p, 'simple')) -Object is a Location Set: -1 : Object is a range : - From index 3 in node - TEXT - content=a simple test - To index 8 in node - TEXT - content=a simple test - - -======================== -Expression: xpointer(string-range(//p, 'test')) -Object is a Location Set: -1 : Object is a range : - From index 10 in node - TEXT - content=a simple test - To index 13 in node - TEXT - content=a simple test - -2 : Object is a range : - From index 10 in node - TEXT - content=multiple tests - To index 13 in node - TEXT - content=multiple tests - -3 : Object is a range : - From index 7 in node - TEXT - content=anced test - To index 10 in node - TEXT - content=anced test - - -======================== -Expression: xpointer(string-range(//p, 'difficult')) -Object is a Location Set: -1 : Object is a range : - From index 3 in node - TEXT - content=a diff - To index 4 in node - TEXT - content=cult one - - -======================== -Expression: xpointer(string-range(//p, 'spanning')) -Object is a Location Set: -1 : Object is a range : - From index 3 in node - TEXT - content=a span - To index 3 in node - TEXT - content=ing one - - -======================== -Expression: xpointer(string-range(//p, 'unbalanced')) -Object is a Location Set: -1 : Object is a range : - From index 8 in node - TEXT - content=and an unbal - To index 5 in node - TEXT - content=anced test - - -======================== -Expression: xpointer(string-range(//seq, '')) -Object is a Location Set: -1 : Object is a collapsed range : - index 1 in node - TEXT - content=123 -2 : Object is a collapsed range : - index 2 in node - TEXT - content=123 -3 : Object is a collapsed range : - index 3 in node - TEXT - content=123 -4 : Object is a collapsed range : - index 4 in node - TEXT - content=123 diff --git a/result/XPath/xptr/strrange2 b/result/XPath/xptr/strrange2 deleted file mode 100644 index ea6ee45..0000000 --- a/result/XPath/xptr/strrange2 +++ /dev/null @@ -1,64 +0,0 @@ - -======================== -Expression: xpointer(string-range(//p, 'test', 2)) -Object is a Location Set: -1 : Object is a range : - From index 11 in node - TEXT - content=a simple test - To index 13 in node - TEXT - content=a simple test - -2 : Object is a range : - From index 11 in node - TEXT - content=multiple tests - To index 13 in node - TEXT - content=multiple tests - -3 : Object is a range : - From index 8 in node - TEXT - content=anced test - To index 10 in node - TEXT - content=anced test - - -======================== -Expression: xpointer(string-range(//p, 'test', 2, 2)) -Object is a Location Set: -1 : Object is a range : - From index 11 in node - TEXT - content=a simple test - To index 12 in node - TEXT - content=a simple test - -2 : Object is a range : - From index 11 in node - TEXT - content=multiple tests - To index 12 in node - TEXT - content=multiple tests - -3 : Object is a range : - From index 8 in node - TEXT - content=anced test - To index 9 in node - TEXT - content=anced test - - -======================== -Expression: xpointer(string-range(//p, 'difficult', 1, 0)) -Object is a Location Set: -1 : Object is a collapsed range : - index 3 in node - TEXT - content=a diff diff --git a/result/XPath/xptr/strrange3 b/result/XPath/xptr/strrange3 deleted file mode 100644 index 6d3114a..0000000 --- a/result/XPath/xptr/strrange3 +++ /dev/null @@ -1,48 +0,0 @@ - -======================== -Expression: xpointer(string-range(//p, 'test', 1, 0)) -Object is a Location Set: -1 : Object is a collapsed range : - index 10 in node - TEXT - content=a simple test -2 : Object is a collapsed range : - index 10 in node - TEXT - content=multiple tests -3 : Object is a collapsed range : - index 7 in node - TEXT - content=anced test - -======================== -Expression: xpointer(string-range(//*, 'test', 1, 0)) -Object is a Location Set: -1 : Object is a collapsed range : - index 10 in node - TEXT - content=a simple test -2 : Object is a collapsed range : - index 10 in node - TEXT - content=multiple tests -3 : Object is a collapsed range : - index 7 in node - TEXT - content=anced test - -======================== -Expression: xpointer(string-range(//p, 'test', 1, 0)[2]) -Object is a Location Set: -1 : Object is a collapsed range : - index 10 in node - TEXT - content=multiple tests - -======================== -Expression: xpointer(string-range(//*, 'test', 1, 0)[2]) -Object is a Location Set: -1 : Object is a collapsed range : - index 10 in node - TEXT - content=multiple tests diff --git a/result/XPath/xptr/vidbase b/result/XPath/xptr/vidbase deleted file mode 100644 index 8b9e92d..0000000 --- a/result/XPath/xptr/vidbase +++ /dev/null @@ -1,19 +0,0 @@ - -======================== -Expression: xpointer(id('chapter1')/p) -Object is a Node Set : -Set contains 4 nodes: -1 ELEMENT p -2 ELEMENT p -3 ELEMENT p -4 ELEMENT p - -======================== -Expression: xpointer(id('chapter1')/p[1]/range-to(following-sibling::p[2])) -Object is a Location Set: -1 : Object is a range : - From node - ELEMENT p - To node - ELEMENT p - diff --git a/result/XPath/xptr/vidchildseq b/result/XPath/xptr/vidchildseq deleted file mode 100644 index eb8c5f7..0000000 --- a/result/XPath/xptr/vidchildseq +++ /dev/null @@ -1,36 +0,0 @@ - -======================== -Expression: /1/2/3 -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT image - ATTRIBUTE href - TEXT - content=linus.gif - -======================== -Expression: element(/1/2/3) -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT image - ATTRIBUTE href - TEXT - content=linus.gif - -======================== -Expression: chapter1/3 -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT image - ATTRIBUTE href - TEXT - content=linus.gif - -======================== -Expression: element(chapter1/3) -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT image - ATTRIBUTE href - TEXT - content=linus.gif diff --git a/result/XPath/xptr/vidparts b/result/XPath/xptr/vidparts deleted file mode 100644 index bd5bd3c..0000000 --- a/result/XPath/xptr/vidparts +++ /dev/null @@ -1,27 +0,0 @@ - -======================== -Expression: xpointer(id("chapter1")) -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter1 - -======================== -Expression: xpointer(//*[@id="chapter1"]) -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter1 - -======================== -Expression: xpointer(id("chapter1"))xpointer(//*[@id="chapter1"]) -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter1 |