]> gitweb.factorcode.org Git - factor.git/blob - extra/checksums/process/process-tests.factor
7cf12cdb4e715b3d7ba92b3ba20de2ef9b3ff62a
[factor.git] / extra / checksums / process / process-tests.factor
1 ! Copyright (C) 2016 Alexander Ilin.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: tools.test checksums.process ;
4 IN: checksums.process.tests
5
6 { "" } [ "" trim-hash ] unit-test
7 { "" } [ " aoeu" trim-hash ] unit-test
8 { "aoeu" } [ "aoeu" trim-hash ] unit-test
9 { "aoeu" } [ "aoeu i" trim-hash ] unit-test