OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / test-fixtures / structure2.hcl
1 // This is a test structure for the lexer
2 foo "baz" {
3         key = 7
4         foo = "bar"
5 }
6
7 foo {
8         key = 7
9 }