Closed masak closed 3 years ago
> (uvar) ((nil)) > (uvar 'foo) ((nil))
The latter evaluation should result in Error: overargs.
Error: overargs
Indeed, the code currently says this:
if (is_nil($pat)) { # XXX: skipping the `'overargs` case for now push @{$self->{r}}, $env; }
So technically this falls under #118. But feel free to fix this one independently.
A bit curious to see if we'll get any test failures by fixing this one.
The latter evaluation should result in
Error: overargs
.Indeed, the code currently says this:
So technically this falls under #118. But feel free to fix this one independently.
A bit curious to see if we'll get any test failures by fixing this one.