OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / test-fixtures / structure_flatmap.hcl
1 foo {
2         key = 7
3 }
4
5 foo {
6         foo = "bar"
7 }