config/lang: verify single quotes syntax error [GH-613]

This commit is contained in:
Mitchell Hashimoto 2015-01-16 10:28:00 -08:00
parent 90138825a2
commit 63344a37c6
1 changed files with 6 additions and 0 deletions

View File

@ -106,6 +106,12 @@ func TestParse(t *testing.T) {
},
},
{
`foo ${func('baz')}`,
true,
nil,
},
{
"foo ${42}",
false,