]> gitweb.factorcode.org Git - factor.git/blob - basis/soundex/soundex-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / basis / soundex / soundex-tests.factor
1 IN: soundex.tests
2 USING: soundex tools.test ;
3
4 [ "S162" ] [ "supercalifrag" soundex ] unit-test
5 [ "M000" ] [ "M" soundex ] unit-test