OSDN Git Service

versoin1.1.9 (#594)
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / printer / testdata / list_of_objects.golden
1 list_of_objects = [
2   {
3     key1 = "value1"
4     key2 = "value2"
5   },
6   {
7     key3 = "value3"
8     key4 = "value4"
9   },
10 ]