Add test for (string< "aaa" "aaaaa")
[jscl.git] / tests / strings.lisp
index cb6cd83..f68ee1c 100644 (file)
@@ -22,6 +22,7 @@
 (test (null (string< "" "")))
 (test (null (string< "a" "")))
 (test (= (string< "" "a") 0))
+(test (= (string< "aaa" "aaaaa") 3))
 
 ;;; BUG: The compiler will macroexpand the forms below (char str N)
 ;;; will expand to internal SBCL code instead of our (setf char). It