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

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

foo {
}

foo {
  bar = "mssola"
}