summaryrefslogtreecommitdiff
path: root/test/XPath/expr/compare
diff options
context:
space:
mode:
Diffstat (limited to 'test/XPath/expr/compare')
-rw-r--r--test/XPath/expr/compare46
1 files changed, 0 insertions, 46 deletions
diff --git a/test/XPath/expr/compare b/test/XPath/expr/compare
deleted file mode 100644
index 2d52eaf..0000000
--- a/test/XPath/expr/compare
+++ /dev/null
@@ -1,46 +0,0 @@
-0<0
-0<=0
-0>0
-0>=0
-0<1
-0<=1
-0>1
-0>=1
-1<0
-1<=0
-1>0
-1>=0
-1<1
-1<=1
-1>1
-1>=1
-'0'<1
-'0'<=1
-'0'>1
-'0'>=1
-0<'1.2'
-0<='1.2'
-0>'1.2'
-0>='1.2'
-0<'-0.2'
-0<='-0.2'
-0>'-0.2'
-0>='-0.2'
-false()<1
-false()<=1
-0>true()
-0>=true()
-'a' > 'a'
-'a' > 'b'
-'b' > 'a'
-'a' < 'a'
-'a' < 'b'
-'b' < 'a'
-'a' >= 'a'
-'a' >= 'b'
-'b' >= 'a'
-'a' <= 'a'
-'a' <= 'b'
-'b' <= 'a'
-'a' > '0.0'
-'a' < '0.0'