mirror of https://github.com/daffainfo/nuclei.git
test: introduce 'concat' DSL function
* removed irrelevant test case (covered elsewhere)dev
parent
ae07dce014
commit
bff1952268
|
@ -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")},
|
||||
|
|
Loading…
Reference in New Issue