hcl/test-fixtures/structure.hcl
Mitchell Hashimoto bbf6292cbe Passing tests
2014-08-02 20:40:41 -07:00

6 lines
78 B
HCL

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