OSDN Git Service

Hulk did something
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / list_of_objects.input
1 list_of_objects = [
2     {
3         key1 = "value1"
4         key2 = "value2"
5     },
6     {
7         key3 = "value3"
8         key4 = "value4"
9     }
10 ]