summaryrefslogtreecommitdiff
path: root/test/XPath/xptr/chaptersrange
diff options
context:
space:
mode:
Diffstat (limited to 'test/XPath/xptr/chaptersrange')
-rw-r--r--test/XPath/xptr/chaptersrange4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/XPath/xptr/chaptersrange b/test/XPath/xptr/chaptersrange
deleted file mode 100644
index 4d7a55b..0000000
--- a/test/XPath/xptr/chaptersrange
+++ /dev/null
@@ -1,4 +0,0 @@
-xpointer(//chapter[position() = 2]/range-to(following::chapter[1]))
-xpointer(//chapter[position() <= 2]/range-to(following::chapter[1]))
-xpointer(//chapter[position() = last()]/range-to(following::chapter[1]))
-xpointer(//chapter[position() = 3]/range-to(/.//chapter[position() = 1]))