OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / object_with_heredoc.input
1 obj {
2     foo = [<<EOF
3         TEXT!
4 EOF
5     ]
6 }