OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / empty_block.input
1 variable "foo" {}
2 variable "foo" {
3 }
4
5 variable "foo" {
6         # Standalone comment should be still here
7 }
8
9 foo {
10 }
11
12 foo {
13   bar = "mssola"
14 }