blob: 87e1b5a12dcfa9f71641fe28317c405a5786fa1b [file] [log] [blame]
# 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" }