projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3c2283
)
Add test for string<
author
Samuel Chase
<samebchase@gmail.com>
Sun, 12 May 2013 19:42:28 +0000
(
01:12
+0530)
committer
Samuel Chase
<samebchase@gmail.com>
Sun, 12 May 2013 19:42:28 +0000
(
01:12
+0530)
tests/strings.lisp
patch
|
blob
|
history
diff --git
a/tests/strings.lisp
b/tests/strings.lisp
index
f3ff08f
..
eab8a6b
100644
(file)
--- a/
tests/strings.lisp
+++ b/
tests/strings.lisp
@@
-17,6
+17,8
@@
(test (not (string= "Foo" "foo")))
(test (not (string= "foo" "foox")))
+(test (= (string< "one" "two") 0))
+
;;; BUG: The compiler will macroexpand the forms below (char str N)
;;; will expand to internal SBCL code instead of our (setf char). It
;;; is because macrodefinitions during bootstrapping are not included