hcl/printer: verify list element with one heredoc is formatted properly

This commit is contained in:
Mitchell Hashimoto 2017-01-24 16:19:14 -08:00
parent 39fa3a62ba
commit 8c0b1f045f
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
2 changed files with 13 additions and 0 deletions

View File

@ -36,3 +36,10 @@ two
EOS
,
]
foo = [
<<EOS
one
EOS
,
]

View File

@ -30,3 +30,9 @@ two
EOS
,
]
foo = [
<<EOS
one
EOS
]