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