# DO NOT EDIT; generated by go run testdata/gen.go | |
# | |
-- in.cue -- | |
"hello" | |
-- out/def -- | |
"hello" | |
-- out/export -- | |
"hello" | |
-- out/yaml -- | |
hello | |
-- out/json -- | |
"hello" | |
-- out/legacy-debug -- | |
"hello" | |
-- out/compile -- | |
--- in.cue | |
{ | |
"hello" | |
} | |
-- out/eval -- | |
(string){ "hello" } |