Recently I ran a test suite and discovered the
following behavior in Chicken 4.13.0:
(string-ci<=? "test" "tes") ==> #t
(string-ci>=? "test" "tes") ==> #f
However, the strict predicates evaluate as expected:
(string-ci<? "test" "tes") ==> #f
(string-ci>? "test" "tes") ==> #t
Is this a bug or am I overlooking something?
--
Nils M Holm < n m h @ t 3 x . o r g >
www.t3x.org