DEBSOURCES
Skip Quicknav
sources / golang-github-hashicorp-hcl / 0.0~git20161215.0.80e628d-1 / hcl / printer / testdata / comment_array.golden
12345678910111213
banana = [ # I really want to comment this item in the array. "a", # This as well "b", "c", # And C "d", # And another "e", ]