OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / object_singleline.golden
1 variable "foo" {}
2 variable "bar" {}
3 variable "baz" {}
4
5 variable "qux" {}
6
7 variable "foo" {
8   foo = "bar"
9 }
10
11 variable "foo" {}
12
13 # lead comment
14 variable "bar" {}
15
16 variable "foo" {
17   default = "bar"
18 }
19
20 variable "bar" {}
21
22 # Purposeful newline check below:
23
24 variable "foo" {}
25
26 variable "purposeful-newline" {}