]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/checksums/md5/md5-tests.factor
factor: clean up spaces in -tests files
[factor.git] / basis / checksums / md5 / md5-tests.factor
index 45dc253c86a9032514b4b0791ea2876bf8445810..0540b5cb4596602be5ea6def4592f28520e39008 100644 (file)
@@ -3,7 +3,7 @@
 USING: byte-arrays checksums checksums.md5 io.encodings.binary
 io.streams.byte-array kernel math namespaces tools.test
 sequences ;
-IN: checksums.md5.tests 
+IN: checksums.md5.tests
 
 [ "d41d8cd98f00b204e9800998ecf8427e" ] [ "" >byte-array md5 checksum-bytes hex-string ] unit-test
 [ "0cc175b9c0f1b6a831c399e269772661" ] [ "a" >byte-array md5 checksum-bytes hex-string ] unit-test