Add test for string<
authorSamuel Chase <samebchase@gmail.com>
Sun, 12 May 2013 19:42:28 +0000 (01:12 +0530)
committerSamuel Chase <samebchase@gmail.com>
Sun, 12 May 2013 19:42:28 +0000 (01:12 +0530)
tests/strings.lisp

index f3ff08f..eab8a6b 100644 (file)
@@ -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