]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/splitting/extras/extras-tests.factor
factor: qualifying blank?, random fixes, renamed test file
[factor.git] / extra / splitting / extras / extras-tests.factor
index 045f22e666fb6596cefc5c63c8988cebc8eb6d41..75b62958c9b621c7862be19de4b6269c88dca739 100644 (file)
@@ -21,7 +21,7 @@ tools.test ;
 
 { { "hello" " " " " " " "world" } } [
     "hello   world"
-    [ [ blank? ] find drop ] split-find
+    [ [ ascii:blank? ] find drop ] split-find
     [ >string ] map
 ] unit-test