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

foo {
	key = 7
}