Fix morse unit tests

db4
Slava Pestov 2008-05-04 19:20:23 -05:00
parent 185eadf3be
commit 30b94e5e61
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ USING: arrays morse strings tools.test ;
[ "-- --- .-. ... . / -.-. --- -.. ." ] [ "morse code" >morse ] unit-test
[ "morse code" ] [ "-- --- .-. ... . / -.-. --- -.. ." morse> ] unit-test
[ "hello, world!" ] [ "Hello, World!" >morse morse> ] unit-test
[ ] [ "sos" 0.075 play-as-morse ] unit-test
[ ] [ "sos" 0.075 play-as-morse* ] unit-test
[ ] [ "Factor rocks!" play-as-morse ] unit-test