Test that #121 doesn't happen

This commit is contained in:
Mitchell Hashimoto 2016-09-02 09:52:19 -07:00
parent 7a6c44ace5
commit 99df0eb941
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
2 changed files with 8 additions and 0 deletions

View File

@ -350,6 +350,12 @@ func TestDecode_interface(t *testing.T) {
"default": `${replace("europe-west", "-", " ")}`,
},
},
{
"block_assign.hcl",
true,
nil,
},
}
for _, tc := range cases {

View File

@ -0,0 +1,2 @@
environment = "aws" {
}