bytevector<?, bytevector<=?, bytevector>? and bytevector>=? return wrong result

Issue #220 resolved
Takashi Kato repo owner created an issue

This should be #f

(bytevector<? #vu8(99 50) #vu8(99 37 52 48))

but return #t. All the procedures are analogy of string<? and others, so must be the same computation. e.g.

(string<? "c2" "c%40")

return #f

Comments (1)

  1. Log in to comment