OSDN Git Service

e32be87ed0e2ea159aed7ae1128963f0cedd0ffa
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / parser / test-fixtures / comment.hcl
1 // Foo
2
3 /* Bar */
4
5 /*
6 /*
7 Baz
8 */
9
10 # Another
11
12 # Multiple
13 # Lines
14
15 foo = "bar"