X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fstrings.lisp;h=f68ee1c9258bbac73be74a2c6f8f9896b50e1cb8;hb=8ae132f29fe3732e97c2eec74bd1eb65ecdf35fc;hp=cb6cd8398e9de7c0c0d11ffd460adcda6842a196;hpb=b6dfb03d09ce33f6866763fe76709521ddf7e890;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