]> gitweb.factorcode.org Git - factor.git/blob - extra/checksums/process/process-tests.factor
more test IN: cleanup.
[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
5 { "" } [ "" trim-hash ] unit-test
6 { "" } [ " aoeu" trim-hash ] unit-test
7 { "aoeu" } [ "aoeu" trim-hash ] unit-test
8 { "aoeu" } [ "aoeu i" trim-hash ] unit-test