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