hcl/test-fixtures/structure2.hcl

10 lines
105 B
HCL
Raw Normal View History

2014-08-03 05:18:39 +00:00
// This is a test structure for the lexer
foo "baz" {
key = 7
foo = "bar"
}
foo {
key = 7
}