1# generated from the original tests. 2# Henceforth it may be nicer to group tests into separate files. 3-- in.cue -- 4import "crypto/sha1" 5 6t1: len(sha1.Sum("hash me")) 7-- out/sha1 -- 8t1: 20
View as plain text