DEBSOURCES
Skip Quicknav
sources / golang-github-hashicorp-hcl / 0.0~git20161215.0.80e628d-1 / hcl / printer / testdata / empty_block.golden
12345678910111213
variable "foo" {} variable "foo" {} variable "foo" { # Standalone comment should be still here } foo {} foo { bar = "mssola" }