]> gitweb.factorcode.org Git - factor.git/commitdiff
fix unit test
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 26 Apr 2008 23:45:03 +0000 (18:45 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 26 Apr 2008 23:45:03 +0000 (18:45 -0500)
core/strings/strings-tests.factor

index 6d01e1958546f8d623918e4efa8f6f9a404d6fcb..44e1d8859ffb4f204eb26531b6012e1711307be6 100755 (executable)
@@ -31,8 +31,8 @@ IN: strings.tests
 
 [ t ] [ "abc" "abd" before? ] unit-test
 [ t ] [ "z" "abd" after? ] unit-test
-[ t ] [ "abc" "abd" min ] unit-test
-[ t ] [ "z" "abd" max ] unit-test
+[ "abc" ] [ "abc" "abd" min ] unit-test
+[ "z" ] [ "z" "abd" max ] unit-test
 
 [ 0 10 "hello" subseq ] must-fail