factor/basis/soundex/soundex-tests.factor

6 lines
133 B
Factor
Raw Normal View History

IN: soundex.tests
USING: soundex tools.test ;
[ "S162" ] [ "supercalifrag" soundex ] unit-test
2008-07-15 21:57:56 -04:00
[ "M000" ] [ "M" soundex ] unit-test