OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / comment_standalone.input
1 // A standalone comment 
2
3 aligned {
4   # Standalone 1
5
6    a = "bar" # yoo1
7    default = "bar" # yoo2
8
9   # Standalone 2
10 }
11
12   # Standalone 3
13
14 numbers = [1,2] // another line here
15
16   # Standalone 4