Added new unit test for a failing behaviour in eval
This commit is contained in:
parent
a59e120085
commit
7f29c11592
3 changed files with 17 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ lisp_cond( struct stack_frame *frame, struct cons_pointer env ) {
|
|||
frame);
|
||||
}
|
||||
}
|
||||
/* TODO: if there are more than 8 caluses we need to continue into the
|
||||
/* TODO: if there are more than 8 clauses we need to continue into the
|
||||
* remainder */
|
||||
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue