cuelang.org/go@v0.10.1/pkg/crypto/sha1/testdata/gen.txtar (about)

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