hcl/test-fixtures/structure2.hcl
Mitchell Hashimoto 1bffcd38ba structure2 test
2014-08-02 22:18:39 -07:00

10 lines
105 B
HCL

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