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