diff options
Diffstat (limited to 'test/XPath/tests/simplebase')
-rw-r--r-- | test/XPath/tests/simplebase | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/XPath/tests/simplebase b/test/XPath/tests/simplebase new file mode 100644 index 0000000..7e4203a --- /dev/null +++ b/test/XPath/tests/simplebase @@ -0,0 +1,9 @@ +/child::* +/child::EXAMPLE +/child::EXAMPLE/child::head +/child::EXAMPLE/child::* +/child::EXAMPLE/child::head/child::title +/child::EXAMPLE/child::head/child::title/child::text() +/child::EXAMPLE/child::head/node() +/descendant::title +/descendant::p/ancestor::chapter |