summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/parser/test-fixtures/types.hcl
blob: cf2747ea1a7b3b76a75585996a0cfc3dcc91d385 (plain)
1
2
3
4
5
6
7
foo = "bar"
bar = 7
baz = [1,2,3]
foo = -12
bar = 3.14159
foo = true
bar = false