Added more tests

This commit is contained in:
Eduard Urbach 2025-03-01 12:19:51 +01:00
parent a27b8efb36
commit 6698cd95ad
Signed by: eduard
GPG key ID: 49226B848C78F6C8
2 changed files with 45 additions and 22 deletions

View file

@ -41,5 +41,6 @@ func (f *Function) Evaluate(expr *expression.Expression) (eval.Value, error) {
Register: tmp,
}
f.FreeRegister(tmp)
return value, err
}