summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/list_comment.input
blob: 1d636c88d9d1c82d15a70695dafef540d3533888 (plain)
1
2
3
4
5
6
foo = [1, # Hello
2]

foo = [1, # Hello
2, # World
]