OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / comment_array.input
1 banana = [
2   # I really want to comment this item in the array.
3   "a",
4
5   # This as well
6   "b",
7
8   "c", # And C
9   "d",
10
11   # And another
12   "e",
13 ]