aboutsummaryrefslogtreecommitdiffstats
path: root/result/XPath
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-01-31 13:23:49 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-01-31 13:23:49 +0000
commit2f913b747095019acc1df88bfa643e8e67fbc612 (patch)
treedcb953c4377a834771382b8ad9b5ad258e48f023 /result/XPath
parent9cb5ff4e6a18f557a2332111686f0ca69cd43917 (diff)
downloadandroid_external_libxml2-2f913b747095019acc1df88bfa643e8e67fbc612.tar.gz
android_external_libxml2-2f913b747095019acc1df88bfa643e8e67fbc612.tar.bz2
android_external_libxml2-2f913b747095019acc1df88bfa643e8e67fbc612.zip
Fixes inherited from XSLT testing:
- xpath.c result/XPath/tests/chaptersbase result/XPath/tests/simplebase: fixed XPath node() - tree.c: small fix in xmlNewNs() - Makefile.am: removed extraneous xml2Conf.sh rule Daniel
Diffstat (limited to 'result/XPath')
-rw-r--r--result/XPath/tests/chaptersbase8
-rw-r--r--result/XPath/tests/simplebase8
2 files changed, 12 insertions, 4 deletions
diff --git a/result/XPath/tests/chaptersbase b/result/XPath/tests/chaptersbase
index fd4040e4..03c65670 100644
--- a/result/XPath/tests/chaptersbase
+++ b/result/XPath/tests/chaptersbase
@@ -71,8 +71,12 @@ Set contains 1 nodes:
========================
Expression: /child::EXAMPLE/child::head/node()
Object is a Node Set :
-Set contains 1 nodes:
-1 ELEMENT title
+Set contains 3 nodes:
+1 TEXT
+ content=
+2 ELEMENT title
+3 TEXT
+ content=
========================
Expression: /descendant::title
diff --git a/result/XPath/tests/simplebase b/result/XPath/tests/simplebase
index 2ee65cb1..38fa1449 100644
--- a/result/XPath/tests/simplebase
+++ b/result/XPath/tests/simplebase
@@ -52,8 +52,12 @@ Set contains 1 nodes:
========================
Expression: /child::EXAMPLE/child::head/node()
Object is a Node Set :
-Set contains 1 nodes:
-1 ELEMENT title
+Set contains 3 nodes:
+1 TEXT
+ content=
+2 ELEMENT title
+3 TEXT
+ content=
========================
Expression: /descendant::title