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