blob: a4f98509131a18486d9767540aec90a856a950a8 [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 --
"hello\nworld"
-- out/legacy-debug --
"""
hello
world
"""