Added new unit test for a failing behaviour in eval

This commit is contained in:
Simon Brooke 2018-12-05 09:33:37 +00:00
parent a59e120085
commit 7f29c11592
3 changed files with 17 additions and 1 deletions

View file

@ -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;