OSDN Git Service

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