hcl/printer/testdata/comment.golden

29 lines
509 B
Plaintext
Raw Normal View History

// This comes from Terraform, as a test
variable "foo" {
default = "bar"
description = "bar" # yooo
}
2015-10-25 22:34:41 +00:00
aligned = {
a = "bar" # yoo1
default = "bar" #yoo2
bar = "bar" # yoo3
}
// fatih arslan
/* This is a developer test
account and a multine comment */
developer = ["fatih", "arslan"] // fatih arslan
2015-10-25 22:34:41 +00:00
# One line here
numbers = [1, 2] // another line here
2015-10-25 22:34:41 +00:00
# Another comment
variable = {
description = "bar" # another yooo
}
2015-10-25 22:34:41 +00:00
// lead comment
foo = {
bar = "fatih" // line comment 2
} // line comment 3