]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/encodings/utf8/utf8-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / core / io / encodings / utf8 / utf8-tests.factor
index efeeb708d01be9ec5b597a143b490606ed4f2389..f6ee250173d6ccde7c818a477690f91c39d0dfdf 100644 (file)
@@ -26,7 +26,7 @@ IN: io.encodings.utf8.tests
 
 { 3 } [ 2 "lápis" >utf8-index ] unit-test
 
-{ V{ } } [ 100000 iota [ [ code-point-length ] [ 1string utf8 encode length ] bi = ] reject ] unit-test
+{ V{ } } [ 100000 <iota> [ [ code-point-length ] [ 1string utf8 encode length ] bi = ] reject ] unit-test
 
 { { CHAR: replacement-character } } [ { 0b110,00000 0b10,000000 } decode-utf8-w/stream ] unit-test
 { { CHAR: replacement-character } } [ { 0b110,00001 0b10,111111 } decode-utf8-w/stream ] unit-test