aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-04-05 16:54:14 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-04-05 16:54:14 +0000
commitd8df6c0e8c883e1d618388d266015dda36731440 (patch)
treec7182645fc3427baf7a6fe761a23b3fac5ee2724 /test
parent3197f164a8e8969dd47334f244a8d23c825e7b19 (diff)
downloadandroid_external_libxml2-d8df6c0e8c883e1d618388d266015dda36731440.tar.gz
android_external_libxml2-d8df6c0e8c883e1d618388d266015dda36731440.tar.bz2
android_external_libxml2-d8df6c0e8c883e1d618388d266015dda36731440.zip
Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported -
Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported - test/XPath/tests/simpleaddr: extended test - result/XPath/simpleaddr: updated result Daniel
Diffstat (limited to 'test')
-rw-r--r--test/XPath/tests/simpleabbr2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/XPath/tests/simpleabbr b/test/XPath/tests/simpleabbr
index a7e3f542..8de476fe 100644
--- a/test/XPath/tests/simpleabbr
+++ b/test/XPath/tests/simpleabbr
@@ -6,3 +6,5 @@
//p/text()
//p/text()[position()=1]
//p/text()[position()=last()]
+(//p/text())[position()=1]
+(//p/text())[position()=last()]