]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/collation/collation-tests.factor
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / basis / unicode / collation / collation-tests.factor
index b2fa139c8e90bff0a407175ec65aefe3c6c90fff..c5d2a5e7ecab167027b952637b430cddc8fb53e6 100644 (file)
@@ -19,7 +19,7 @@ IN: unicode.collation.tests
 
 : collation-test-lines ( -- lines )
     "vocab:unicode/UCA/CollationTest_SHIFTED.txt.zip"
-    binary file-contents uncompress utf8 decode string-lines
+    binary file-contents uncompress utf8 decode lines
     [ "#" head? ] reject harvest ;
 
 : parse-collation-test-shifted ( -- lines )