summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/test-fixtures/structure_multi.hcl
blob: e45b23d52fede21211ce8e054c9c9c3e10571b81 (plain)
1
2
3
4
5
6
7
foo "baz" {
	key = 7
}

foo "bar" {
	key = 12
}