OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / test-fixtures / array_comment.hcl
1 foo = [
2     "1",
3     "2", # comment
4 ]