summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/test-fixtures/structure_basic.hcl
blob: 7229a1f0126a5810e1623613b89a279ae7e952f1 (plain)
1
2
3
4
5
foo {
	value = 7
	"value" = 8
	"complex::value" = 9
}