hcl/test-fixtures/structure.hcl

6 lines
78 B
HCL
Raw Normal View History

2014-08-02 23:07:54 +00:00
// This is a test structure for the lexer
2014-08-03 03:40:41 +00:00
foo "baz" {
2014-08-02 23:07:54 +00:00
key = 7
foo = "bar"
}