github.com/solo-io/cue@v0.4.7/cue/testdata/export/001.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 "aGVsbG8=" 13 -- out/legacy-debug -- 14 'hello' 15 -- out/compile -- 16 --- in.cue 17 { 18 'hello' 19 } 20 -- out/eval -- 21 (bytes){ 'hello' }