]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ascii/ascii-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / ascii / ascii-tests.factor
index 6f39b32a0110c906865162ff2ce1895e0479df18..8551ba53efc7c6dc715b6f4f20c1ff1e2221774b 100644 (file)
@@ -10,7 +10,7 @@ IN: ascii.tests
 
 [ 4 ] [
     0 "There are Four Upper Case characters"
-    [ LETTER? [ 1+ ] when ] each
+    [ LETTER? [ 1 + ] when ] each
 ] unit-test
 
 [ t f ] [ CHAR: \s ascii? 400 ascii? ] unit-test