Sign in
cue
/
cue
/
d5041a1df187609d00a1ba846d06a586eaa1f503
/
.
/
cmd
/
cue
/
cmd
/
testdata
/
script
/
eval_stdin.txt
blob: 18d07eb00f019a2df1f608976e0e7e6bfc28e77e [
file
] [
log
] [
blame
]
stdin stdin.cue
cue eval t.cue -
cmp stdout expect-stdout
-- stdin.cue --
foo:3
-- t.cue --
foo: int
bar: 3
-- expect-stdout --
foo: 3
bar: 3