aboutsummaryrefslogtreecommitdiffstats
path: root/test/XPath/tests/simplebase
diff options
context:
space:
mode:
Diffstat (limited to 'test/XPath/tests/simplebase')
-rw-r--r--test/XPath/tests/simplebase5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/XPath/tests/simplebase b/test/XPath/tests/simplebase
index 9a1476e6..8b2c7d15 100644
--- a/test/XPath/tests/simplebase
+++ b/test/XPath/tests/simplebase
@@ -5,6 +5,11 @@
/child::EXAMPLE/child::head/child::title
/child::EXAMPLE/child::head/child::title/child::text()
/child::EXAMPLE/child::head/node()
+/child::EXAMPLE/attribute::prop1/self::node()
+/child::EXAMPLE/attribute::prop1/self::*
/child::EXAMPLE/attribute::prop1/descendant-or-self::node()
+/child::EXAMPLE/attribute::prop1/descendant-or-self::*
+/child::EXAMPLE/attribute::prop1/ancestor-or-self::node()
+/child::EXAMPLE/attribute::prop1/ancestor-or-self::*
/descendant::title
/descendant::p/ancestor::chapter