projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b7eba0
)
Remove char-to-string from tests
author
David Vázquez
<davazp@gmail.com>
Tue, 4 Jun 2013 02:03:03 +0000
(
03:03
+0100)
committer
David Vázquez
<davazp@gmail.com>
Tue, 4 Jun 2013 02:03:03 +0000
(
03:03
+0100)
tests/characters.lisp
patch
|
blob
|
history
diff --git
a/tests/characters.lisp
b/tests/characters.lisp
index
a745051
..
03016d3
100644
(file)
--- a/
tests/characters.lisp
+++ b/
tests/characters.lisp
@@
-132,8
+132,7
@@
;; CHAR-INT
(test (= (char-int #\A) (char-int #\A))) ;; can be pretty much anything, as long as it's consistent
-;; CHAR-TO-STRING (not actually part of the characters dictionary)
-(test (= 1 (string-length (char-to-string (code-char 127744)))))
+(test (= 1 (string-length (string (code-char 127744)))))
;; CHAR-CODE-LIMIT
(test (< 95 char-code-limit 10000000))