Significant improvement to eval routine and tests
This commit is contained in:
parent
9b981921b4
commit
df5cb47cb4
4 changed files with 397 additions and 11 deletions
|
|
@ -352,6 +352,36 @@ mod func_tests {
|
|||
}
|
||||
}
|
||||
*/
|
||||
|
||||
#[test]
|
||||
fn eval_lazy_func_call() {
|
||||
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn sym_loose_func_call() {
|
||||
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn too_many_args() {
|
||||
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn not_enough_args() {
|
||||
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn bad_eval_arg() {
|
||||
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn bad_eval_fn_body() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/* TESTING TODO:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue