DEBSOURCES
Skip Quicknav
sources / golang-github-cue-lang-cue / 0.12.0.-1 / internal / core / export / testdata / selfcontained / nochange.txtar
123456789101112
#path: a.b -- foo.cue -- a: b: { c: 1 d: 2 } -- out/selfcontained -- c: 1 d: 2 -- out/self/default -- c: 1 d: 2