route/vendor/github.com/hashicorp/hcl/test-fixtures/structure2.hcl

10 lines
105 B
HCL

// This is a test structure for the lexer
foo "baz" {
key = 7
foo = "bar"
}
foo {
key = 7
}