blob: 2a5247bb7a95939d907cdaca47cd24119e741cc4 [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
'''