blob: faebc85bbfe59c2876cac4cead47f778c5b00b2d [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 --
(struct){
t1: (string){ "foo-foo" }
}