]> gitweb.factorcode.org Git - factor.git/blob - extra/soundex/soundex-tests.factor
FUEL: Fix bug whereby true display-stacks? could hang the listener.
[factor.git] / extra / 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