OSDN Git Service

Hulk did something
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / object_singleline.input
1 variable "foo" {}
2 variable "bar" {}
3 variable "baz" {}
4
5 variable "qux" {}
6 variable "foo" { foo = "bar" }
7
8 variable "foo" {}
9 # lead comment
10 variable "bar" {}
11
12 variable "foo" { default = "bar" }
13 variable "bar" {}
14
15 # Purposeful newline check below:
16
17 variable "foo" {}
18
19 variable "purposeful-newline" {}