hcl/parser/test-fixtures/structure.hcl

6 lines
82 B
HCL
Raw Normal View History

2015-10-18 20:25:17 +00:00
// This is a test structure for the lexer
foo bar "baz" {
key = 7
foo = "bar"
}