OSDN Git Service

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