mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
config: another test
This commit is contained in:
parent
aa2c7b2764
commit
abca82a84e
@ -299,6 +299,11 @@ func TestDetectVariables(t *testing.T) {
|
|||||||
Input string
|
Input string
|
||||||
Result []InterpolatedVariable
|
Result []InterpolatedVariable
|
||||||
}{
|
}{
|
||||||
|
{
|
||||||
|
"foo $${var.foo}",
|
||||||
|
nil,
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"foo ${var.foo}",
|
"foo ${var.foo}",
|
||||||
[]InterpolatedVariable{
|
[]InterpolatedVariable{
|
||||||
|
Loading…
Reference in New Issue
Block a user