hcl/parser/test-fixtures/structure.hcl
2015-10-18 23:25:17 +03:00

6 lines
82 B
HCL

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