config: more tests

pull/32/head
Mitchell Hashimoto 12 years ago
parent bff5c09164
commit 1e2de8f91c

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

Loading…
Cancel
Save