remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / basis / soundex / soundex-tests.factor
blobf4bd18e34b4c3d54a973445ed8c88b99e2c21e02
1 IN: soundex.tests
2 USING: soundex tools.test ;
4 [ "S162" ] [ "supercalifrag" soundex ] unit-test
5 [ "M000" ] [ "M" soundex ] unit-test