blob: b878ce5f3ad6e95961fb3b0d2fcdac29beb61a7c [file] [log] [blame]
# DO NOT EDIT; generated by go run testdata/gen.go
#
-- in.cue --
'hello\nworld'
-- out/def --
'''
hello
world
'''
-- out/export --
'''
hello
world
'''
-- out/yaml --
|-
hello
world
-- out/json --
"aGVsbG8Kd29ybGQ="
-- out/legacy-debug --
'''
hello
world
'''
-- out/compile --
--- in.cue
{
'hello\nworld'
}