Fixing 'begin' macro definition

db4
James Cash 2008-07-03 21:13:57 -04:00
parent 5fc2942893
commit c0b810f970
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ IN: lisp.test
] unit-test
{ T{ lisp-symbol f "begin" } } [
"(defmacro begin (&rest body) (list (list (quote lambda) (list) body)))" lisp-eval
"(defmacro begin (&rest body) (list (cons (quote lambda) (cons (list) body))))" lisp-eval
] unit-test
{ t } [