cuelang.org/go@v0.10.1/pkg/crypto/md5/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/md5"
     5  
     6  t1: len(md5.Sum("hash me"))
     7  -- out/md5 --
     8  t1: 16