hcl/test-fixtures/structure.hcl

6 lines
82 B
HCL
Raw Normal View History

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