config: more tests
This commit is contained in:
parent
bff5c09164
commit
1e2de8f91c
|
@ -17,6 +17,12 @@ func TestExprParse(t *testing.T) {
|
||||||
true,
|
true,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
`"foo"`,
|
||||||
|
&LiteralInterpolation{Literal: "foo"},
|
||||||
|
false,
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"var.foo",
|
"var.foo",
|
||||||
&VariableInterpolation{
|
&VariableInterpolation{
|
||||||
|
|
Loading…
Reference in New Issue