]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/normalize/normalize-tests.factor
http.download: ?download-to -> download-to-once
[factor.git] / basis / unicode / normalize / normalize-tests.factor
index 3d72ad99e5852776da317293730dfd667e5a8f10..edfc27dba8af89305d03ddc5a46f0b798d7f7013 100644 (file)
@@ -27,7 +27,7 @@ IN: unicode.normalize.tests
 ! Could use simple-flat-file after some cleanup
 : parse-normalization-tests ( -- tests )
     "https://downloads.factorcode.org/misc/UCD/15.1.0/NormalizationTest.txt"
-    "NormalizationTest-15.1.0.txt" cache-file download-to
+    "NormalizationTest-15.1.0.txt" cache-file download-once-to
     utf8 file-lines [ "#" head? ] reject
     [ "@" head? ] split*-when
     2 <groups> [ first2 [ first ] dip 2array ] map