cuelang.org/go@v0.10.1/cue/testdata/export/000.txtar (about) 1 # DO NOT EDIT; generated by go run testdata/gen.go 2 # 3 -- in.cue -- 4 "hello" 5 -- out/def -- 6 "hello" 7 -- out/export -- 8 "hello" 9 -- out/yaml -- 10 hello 11 -- out/json -- 12 "hello" 13 -- out/legacy-debug -- 14 "hello" 15 -- out/compile -- 16 --- in.cue 17 { 18 "hello" 19 } 20 -- out/eval/stats -- 21 Leaks: 0 22 Freed: 1 23 Reused: 0 24 Allocs: 1 25 Retain: 0 26 27 Unifications: 1 28 Conjuncts: 2 29 Disjuncts: 1 30 -- out/eval -- 31 (string){ "hello" }