]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/soundex/soundex-tests.factor
factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:.
[factor.git] / basis / soundex / soundex-tests.factor
index f4bd18e34b4c3d54a973445ed8c88b99e2c21e02..7d303b450140dd7df3261f9ad3210c05ec3c17ae 100644 (file)
@@ -1,5 +1,5 @@
 IN: soundex.tests
 USING: soundex tools.test ;
 
-[ "S162" ] [ "supercalifrag" soundex ] unit-test
-[ "M000" ] [ "M" soundex ] unit-test
+{ "S162" } [ "supercalifrag" soundex ] unit-test
+{ "M000" } [ "M" soundex ] unit-test