config: more tests

This commit is contained in:
Mitchell Hashimoto 2014-07-22 16:18:05 -07:00
parent bff5c09164
commit 1e2de8f91c
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,12 @@ func TestExprParse(t *testing.T) {
true,
},
{
`"foo"`,
&LiteralInterpolation{Literal: "foo"},
false,
},
{
"var.foo",
&VariableInterpolation{