summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/parser/test-fixtures/structure.hcl
blob: 92592fbb3c199383ff7bd905ac9704438d663aef (plain)
1
2
3
4
5
// This is a test structure for the lexer
foo bar "baz" {
	key = 7
	foo = "bar"
}