config: another test
This commit is contained in:
parent
aa2c7b2764
commit
abca82a84e
|
@ -299,6 +299,11 @@ func TestDetectVariables(t *testing.T) {
|
|||
Input string
|
||||
Result []InterpolatedVariable
|
||||
}{
|
||||
{
|
||||
"foo $${var.foo}",
|
||||
nil,
|
||||
},
|
||||
|
||||
{
|
||||
"foo ${var.foo}",
|
||||
[]InterpolatedVariable{
|
||||
|
|
Loading…
Reference in New Issue