Mitchell Hashimoto
|
6816a5c3fb
|
fix panic on decode of "t=0t d{}"
|
2016-06-21 13:18:51 -07:00 |
|
Mitchell Hashimoto
|
352bb4b5e3
|
hcl/parser: don't allow objects with no keys
|
2016-06-21 13:07:06 -07:00 |
|
Mitchell Hashimoto
|
faa2fba9b8
|
hcl/parser: error on bare object keys in object
|
2016-03-14 20:54:33 +01:00 |
|
Mitchell Hashimoto
|
7df3f8587e
|
hcl/parser: test for bare key at top level
|
2016-03-14 20:44:57 +01:00 |
|
Mitchell Hashimoto
|
71c7409f1a
|
hcl/parser: add test case from TF issue
|
2016-03-01 10:33:45 -08:00 |
|
Mitchell Hashimoto
|
1c284ec98f
|
Parser enforces closing RBRACE [GH-88]
|
2016-02-10 10:31:11 -08:00 |
|
Mitchell Hashimoto
|
8cc8107682
|
hcl/parser: more negative number tests
|
2016-02-07 12:08:28 -08:00 |
|
Paul Hinze
|
3a2d43b647
|
Fix crash on missing braces
Fixes crash reported here https://github.com/hashicorp/terraform/issues/4350
|
2015-12-16 18:21:22 -06:00 |
|
James Nugent
|
8a65681ce2
|
Merge pull request #66 from hashicorp/b-heredoc-lists
Support HEREDOCs in lists
|
2015-11-29 11:28:44 +00:00 |
|
Eljas Alakulppi
|
2ec27b6be2
|
Fixed hang when comment was on the last line of the file
|
2015-11-29 00:20:41 +02:00 |
|
James Nugent
|
eb77c8f861
|
Support HEREDOCs in lists
This fixes a regression in Terraform where HEREDOCS were previously
supported in lists, reported in hashicorp/terraform#4065.
|
2015-11-26 14:52:16 +02:00 |
|
Fatih Arslan
|
99ce7c7e2c
|
parser: fix syntax error on missing comma
Fixes hashicorp/terraform#3877
|
2015-11-12 15:26:23 +02:00 |
|
Mitchell Hashimoto
|
0f965478b6
|
hcl/parser: parse heredocs
|
2015-11-10 14:03:29 -08:00 |
|
Mitchell Hashimoto
|
d7c35808a8
|
move hclnew to hcl
|
2015-11-06 16:04:20 -08:00 |
|