cuelang.org/go@v0.13.0/tools/trim/testdata/6.txtar (about) 1 1 should get simplified in the same way as this. 2 3 -- a.cue -- 4 x: <10 5 x: 7 6 -- out/trim-v3 -- 7 == a.cue 8 x: 7 9 -- diff/-out/trim-v3<==>+out/trim -- 10 diff old new 11 --- old 12 +++ new 13 @@ -1,3 +1,2 @@ 14 == a.cue 15 -x: <10 16 x: 7 17 -- out/trim-v3-noshare -- 18 == a.cue 19 x: 7 20 -- diff/-out/trim-v3-noshare<==>+out/trim -- 21 diff old new 22 --- old 23 +++ new 24 @@ -1,3 +1,2 @@ 25 == a.cue 26 -x: <10 27 x: 7 28 -- out/trim -- 29 == a.cue 30 x: <10 31 x: 7