]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/breaks/breaks-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / unicode / breaks / breaks-tests.factor
index 11bc5eac66a92025183a4590031614fbc6dd3707..d7dcd604c37f3812279f2f61f91703c93f28918d 100644 (file)
@@ -51,4 +51,4 @@ IN: unicode.breaks.tests
 grapheme-break-test parse-test-file [ >graphemes ] test
 word-break-test parse-test-file [ >words ] test
 
-{ { t f t t f t } } [ 6 iota [ "as df" word-break-at? ] map ] unit-test
+{ { t f t t f t } } [ 6 <iota> [ "as df" word-break-at? ] map ] unit-test