fix morse unit test

db4
Doug Coleman 2009-04-26 03:26:15 -05:00
parent 28cacc8d61
commit fc8b04466a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
USING: arrays morse strings tools.test ;
IN: morse.tests
[ CHAR: ? ] [ CHAR: \\ ch>morse ] unit-test
[ "?" ] [ CHAR: \\ ch>morse ] unit-test
[ "..." ] [ CHAR: s ch>morse ] unit-test
[ CHAR: s ] [ "..." morse>ch ] unit-test
[ CHAR: \s ] [ "..--..--.." morse>ch ] unit-test