]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/morse/morse-tests.factor
io.streams.tee: more tests
[factor.git] / extra / morse / morse-tests.factor
index 95b837a9eb168af98d668d17caac8c71e932f0eb..86dad6b9b72ea51f5c5468c053c98959664431ca 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2007 Alex Chapman
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: arrays morse strings tools.test ;
-IN: morse.tests
 
 { "?" } [ CHAR: \\ ch>morse ] unit-test
 { "..." } [ CHAR: s ch>morse ] unit-test