blob: 53f8e21f06f887a5fb82c208cbf3727f23be5ab0 [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 --
"aGVsbG8="
-- out/legacy-debug --
'hello'
-- out/compile --
--- in.cue
{
'hello'
}
-- out/eval --
(bytes){ 'hello' }