cuelang.org/go@v0.10.1/tools/trim/testdata/do_not_remove_field.txtar (about)

     1  -- in.cue --
     2  {[_]: x: "hello"}
     3  a: x: "hello"
     4  -- out/trim --
     5  == in.cue
     6  {[_]: x: "hello"}
     7  a: {}