blob: c52abbd96df6f5fe1e4ff39e111503c1b9bef309 [file] [log] [blame]
stdin in
cue import yaml: -
cmp stdout stdout-cue
stdin in
cue export yaml: -
cmp stdout stdout-json
stdin in
cue eval yaml: -
cmp stdout stdout-cue
stdin in
cue def yaml: -
cmp stdout stdout-cue
-- in --
foo: bar
-- stdout-cue --
foo: "bar"
-- stdout-json --
{
"foo": "bar"
}