OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / list_comment.input
1 foo = [1, # Hello
2 2]
3
4 foo = [1, # Hello
5 2, # World
6 ]