DEBSOURCES
Skip Quicknav
sources / golang-github-cue-lang-cue / 0.12.0.-1 / tools / trim / testdata / do_not_remove_field.txtar
1234567
-- in.cue -- {[_]: x: "hello"} a: x: "hello" -- out/trim -- == in.cue {[_]: x: "hello"} a: {}