summaryrefslogtreecommitdiff
path: root/test/XPath
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-02-13 15:52:58 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-02-13 15:52:58 +0000
commit9a237c9d2663e3bc5278c948aae3e6fdb59f80e0 (patch)
treee5a786e762b0382acf78d5eab4c9d4aa36d1bc8e /test/XPath
parentf4b4f9883928901706e31db825f8a7345c045d57 (diff)
downloadlibxml2-9a237c9d2663e3bc5278c948aae3e6fdb59f80e0.tar.gz
improved the script accordingly to the XInclude regression tests updates
* check-xinclude-test-suite.py: improved the script accordingly to the XInclude regression tests updates * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13 November 2002 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq: augmented the Xpointer testsuite for the element() scheme Daniel
Diffstat (limited to 'test/XPath')
-rw-r--r--test/XPath/xptr/chapterschildseq6
-rw-r--r--test/XPath/xptr/vidchildseq2
2 files changed, 8 insertions, 0 deletions
diff --git a/test/XPath/xptr/chapterschildseq b/test/XPath/xptr/chapterschildseq
index db6278f6..3b52f5f2 100644
--- a/test/XPath/xptr/chapterschildseq
+++ b/test/XPath/xptr/chapterschildseq
@@ -1,2 +1,8 @@
/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/vidchildseq b/test/XPath/xptr/vidchildseq
index db6278f6..fe205dc4 100644
--- a/test/XPath/xptr/vidchildseq
+++ b/test/XPath/xptr/vidchildseq
@@ -1,2 +1,4 @@
/1/2/3
+element(/1/2/3)
chapter1/3
+element(chapter1/3)