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 --