]> gitweb.factorcode.org Git - factor.git/commitdiff
fix morse unit test
authorDoug Coleman <erg@jobim.local>
Sun, 26 Apr 2009 08:26:15 +0000 (03:26 -0500)
committerDoug Coleman <erg@jobim.local>
Sun, 26 Apr 2009 08:26:15 +0000 (03:26 -0500)
extra/morse/morse-tests.factor

index 13818a06a019f4105ed827b689813c2c077a9626..f1da7ce13962187edbe6c8e67164f27074a7832c 100644 (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