summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/object_singleline.input
blob: 7b34834a42a14ceb350b959e38c4f3dfca6f42f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
variable "foo" {}
variable "bar" {}
variable "baz" {}

variable "qux" {}
variable "foo" { foo = "bar" }

variable "foo" {}
# lead comment
variable "bar" {}

variable "foo" { default = "bar" }
variable "bar" {}

# Purposeful newline check below:

variable "foo" {}

variable "purposeful-newline" {}