OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / parser / test-fixtures / types.hcl
1 foo = "bar"
2 bar = 7
3 baz = [1,2,3]
4 foo = -12
5 bar = 3.14159
6 foo = true
7 bar = false