cuelang.org/go@v0.10.1/internal/core/export/testdata/selfcontained/nochange.txtar (about) 1 #path: a.b 2 -- foo.cue -- 3 a: b: { 4 c: 1 5 d: 2 6 } 7 -- out/selfcontained -- 8 c: 1 9 d: 2 10 -- out/self/default -- 11 c: 1 12 d: 2