...

Text file src/cuelang.org/go/pkg/crypto/md5/testdata/gen.txtar

Documentation: cuelang.org/go/pkg/crypto/md5/testdata

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

View as plain text