blob: 73893567116efacc0b32bb6533f5f3fecc3e50aa [file] [log] [blame]
# generated from the original tests.
# Henceforth it may be nicer to group tests into separate files.
-- in.cue --
import "text/template"
t1: template.Execute("{{.}}-{{.}}", "foo")
-- out/template --
t1: "foo-foo"