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

aligned {
  # Standalone 1

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

  # Standalone 2
}

  # Standalone 3

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

  # Standalone 4