hcl/test-fixtures
Paul Hinze 92237bfa68
hcl/parser: Support lists of objects
a.k.a lists of maps

Implementation was pretty straightforward - I had to tweak the `needsComma`
handling since it was stuck inside literal parsing. It happens out front
now. I also promoted the `assign_deep.hcl` parser test to a decoder
test that passes, since it was testing for an error to occur but now it
works! :)

Additionally we make ObjectLists support being comma-delimited, which
enables maps to defined inline like `{one = 1, two = 2}`.

Refs https://github.com/hashicorp/terraform/issues/7142
2016-07-06 13:01:52 -05:00
..
2014-09-30 22:29:21 -07:00
2014-08-28 17:03:42 -07:00
2014-08-08 15:16:42 -07:00
2014-08-08 15:58:34 -07:00
2014-08-11 14:19:35 -07:00
2014-08-11 14:19:35 -07:00
2014-08-03 14:06:18 -07:00
2014-11-12 21:29:07 -08:00
2014-11-12 21:29:07 -08:00
2015-11-10 15:08:59 -08:00
2015-11-10 15:08:59 -08:00
2015-11-10 15:08:59 -08:00
2015-11-10 15:08:59 -08:00
2014-08-21 14:42:02 -07:00
2015-11-09 20:02:20 -08:00
2014-08-02 22:18:39 -07:00
2014-08-02 22:05:36 -07:00
2014-08-11 20:58:20 -07:00
2014-08-02 20:40:41 -07:00