summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/object_with_heredoc.golden
blob: 7e92243f607b944f101dc1ac465db176eeb4e21b (plain)
1
2
3
4
5
6
obj {
  foo = [<<EOF
        TEXT!
EOF
  ]
}