hcl/test-fixtures/structure.hcl

6 lines
87 B
HCL
Raw Normal View History

2014-07-31 20:56:51 +00:00
// This is a test structure for the lexer
foo bar "baz" {
2014-08-01 01:44:21 +00:00
key = 7
foo = "bar"
2014-07-31 20:56:51 +00:00
}