summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/empty_block.golden
blob: 4ff1cb3e4fa6cae97b52d9382c771edae642d60b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
variable "foo" {}
variable "foo" {}

variable "foo" {
  # Standalone comment should be still here
}

foo {}

foo {
  bar = "mssola"
}