X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcharacters.lisp;h=74679f6f00487f4595cb3330eaeb76a5de598b75;hb=ab2386d19d534a8f9d6d0762e36ee5c3dc72b9b4;hp=03016d36042341a462c1f1f1558f11d353378343;hpb=77ec86f4b46f8f39589c07ccd92c21a4c076cc4d;p=jscl.git diff --git a/tests/characters.lisp b/tests/characters.lisp index 03016d3..74679f6 100644 --- a/tests/characters.lisp +++ b/tests/characters.lisp @@ -132,7 +132,7 @@ ;; CHAR-INT (test (= (char-int #\A) (char-int #\A))) ;; can be pretty much anything, as long as it's consistent -(test (= 1 (string-length (string (code-char 127744))))) +(test (= 1 (length (string (code-char 127744))))) ;; CHAR-CODE-LIMIT (test (< 95 char-code-limit 10000000))