summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/parser/test-fixtures/array_comment.hcl
blob: 78c2675823b83168156d1f2603b017fb743db0f7 (plain)
1
2
3
4
foo = [
    "1",
    "2", # comment
]