test: introduce 'concat' DSL function

* removed irrelevant test case (covered elsewhere)
dev
forgedhallpass 2022-01-17 13:41:05 +02:00
parent ae07dce014
commit bff1952268
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ func TestUnresolvedVariablesCheck(t *testing.T) {
err error
}{
{"{{test}}", errors.New("unresolved variables found: test")},
{"{{1+1}}", nil},
{"{{test}}/{{another}}", errors.New("unresolved variables found: test,another")},
{"test", nil},
{"%7b%7btest%7d%7d", errors.New("unresolved variables found: test")},