]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/normalize/normalize-tests.factor
unicode: version the test files
[factor.git] / basis / unicode / normalize / normalize-tests.factor
index 182fc92b31a18141ce69e78edc989ff6caf3bb0f..ac1f76a71107f98f8ea1a768df900f27195d973a 100644 (file)
@@ -27,8 +27,8 @@ IN: unicode.normalize.tests
 
 ! Could use simple-flat-file after some cleanup
 : parse-normalization-tests ( -- tests )
-    "https://downloads.factorcode.org/misc/UCD/NormalizationTest.txt"
-    "NormalizationTest.txt" cache-file [ ?download-to ] keep
+    "https://downloads.factorcode.org/misc/UCD/15.0.0/NormalizationTest.txt"
+    "NormalizationTest-15.0.0.txt" cache-file [ ?download-to ] keep
     utf8 file-lines [ "#" head? ] reject
     [ "@" head? ] split*-when
     2 <groups> [ first2 [ first ] dip 2array ] map