summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/comment_array.golden
blob: e778eafa3622810fa9e34d20d050097e7c175174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
banana = [
  # I really want to comment this item in the array.
  "a",

  # This as well
  "b",

  "c", # And C
  "d",

  # And another
  "e",
]