config: another test

This commit is contained in:
Mitchell Hashimoto 2015-01-12 12:13:30 -08:00
parent aa2c7b2764
commit abca82a84e
1 changed files with 5 additions and 0 deletions

View File

@ -299,6 +299,11 @@ func TestDetectVariables(t *testing.T) {
Input string
Result []InterpolatedVariable
}{
{
"foo $${var.foo}",
nil,
},
{
"foo ${var.foo}",
[]InterpolatedVariable{