summaryrefslogtreecommitdiff
path: root/test/XPath/tests/simpleabbr
diff options
context:
space:
mode:
Diffstat (limited to 'test/XPath/tests/simpleabbr')
-rw-r--r--test/XPath/tests/simpleabbr10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/XPath/tests/simpleabbr b/test/XPath/tests/simpleabbr
deleted file mode 100644
index 8de476f..0000000
--- a/test/XPath/tests/simpleabbr
+++ /dev/null
@@ -1,10 +0,0 @@
-/EXAMPLE
-/EXAMPLE/head
-/EXAMPLE/chapter[1]
-//p
-//chapter/image
-//p/text()
-//p/text()[position()=1]
-//p/text()[position()=last()]
-(//p/text())[position()=1]
-(//p/text())[position()=last()]