diff options
Diffstat (limited to 'test/XPath/tests/chaptersbase')
-rw-r--r-- | test/XPath/tests/chaptersbase | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/XPath/tests/chaptersbase b/test/XPath/tests/chaptersbase new file mode 100644 index 0000000..daa53b7 --- /dev/null +++ b/test/XPath/tests/chaptersbase @@ -0,0 +1,9 @@ +/child::EXAMPLE +/child::* +/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 |