6 lines
82 B
HCL
6 lines
82 B
HCL
|
// This is a test structure for the lexer
|
||
|
foo bar "baz" {
|
||
|
key = 7
|
||
|
foo = "bar"
|
||
|
}
|