Sign in
cue
/
cue
/
d5041a1df187609d00a1ba846d06a586eaa1f503
/
.
/
cmd
/
cue
/
cmd
/
testdata
/
script
/
fmt_stdin.txt
blob: 99a0008ff5a6e5fce95ca92ef7daa5c4ff8175a2 [
file
] [
log
] [
blame
]
stdin feed
cue fmt -
cmp stdout expect-stdout
-- feed --
foo : 2
a: {b: 3} // a comment
-- expect-stdout --
foo: 2
a: {b: 3} // a comment
-- fmt/cue.mod --