hcl/printer/testdata/comment_standalone.golden
2015-11-01 01:24:50 +03:00

18 lines
194 B
Plaintext

// A standalone comment
aligned = {
# Standalone 1
a = "bar" # yoo1
default = "bar" # yoo2
# Standalone 2
}
# Standalone 3
numbers = [1, 2] // another line here
# Standalone 4