config/lang: verify single quotes syntax error [GH-613]
This commit is contained in:
parent
90138825a2
commit
63344a37c6
|
@ -106,6 +106,12 @@ func TestParse(t *testing.T) {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
`foo ${func('baz')}`,
|
||||||
|
true,
|
||||||
|
nil,
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"foo ${42}",
|
"foo ${42}",
|
||||||
false,
|
false,
|
||||||
|
|
Loading…
Reference in New Issue