Hash :
21458c85
Author :
Date :
2002-03-27T16:12:22
more patches from Richard Jinks Updated tests though they show a * trionan.c trionan.h xpath.c: more patches from Richard Jinks * test/XPath/expr/compare test/XPath/expr/equality test/XPath/expr/floats test/XPath/expr/functions test/XPath/expr/strings result/XPath/expr/compare result/XPath/expr/equality result/XPath/expr/floats result/XPath/expr/functions result/XPath/expr/strings: Updated tests though they show a divergence on Linux Daniel
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
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'