Sign in
cue
/
cue
/
f044ad1c9256a2b120f5bfb376877000d49a36d3
/
.
/
pkg
/
text
/
template
/
testdata
/
gen.txtar
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"