summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/comment_standalone.golden
blob: 3236d9e693b443a1fc0d1b88f6958b1557411737 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// A standalone comment 

aligned {
  # Standalone 1

  a       = "bar" # yoo1
  default = "bar" # yoo2

  # Standalone 2
}

# Standalone 3

numbers = [1, 2] // another line here

# Standalone 4