OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / empty_block.golden
1 variable "foo" {}
2 variable "foo" {}
3
4 variable "foo" {
5   # Standalone comment should be still here
6 }
7
8 foo {}
9
10 foo {
11   bar = "mssola"
12 }