X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fstrings.lisp;h=f68ee1c9258bbac73be74a2c6f8f9896b50e1cb8;hb=76337cf1599389fdf8ab3f1c40a5f62b123a6237;hp=cb6cd8398e9de7c0c0d11ffd460adcda6842a196;hpb=4a3e1529c48e1ea732e3b76c75072364d63f2a26;p=jscl.git diff --git a/tests/strings.lisp b/tests/strings.lisp index cb6cd83..f68ee1c 100644 --- a/tests/strings.lisp +++ b/tests/strings.lisp @@ -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