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