]> gitweb.factorcode.org Git - factor.git/commitdiff
Fixing lisp's defmacro for 'if'
authorJames Cash <james.nvc@gmail.com>
Thu, 19 Jun 2008 18:33:06 +0000 (14:33 -0400)
committerJames Cash <james.nvc@gmail.com>
Sun, 24 Aug 2008 03:13:25 +0000 (23:13 -0400)
extra/lisp/lisp-tests.factor

index 8946575300fcdd35648fc594ac99fdc2b58df7c0..805a1f5ce04dbf23a80e30210db5ac3d478d843c 100644 (file)
@@ -68,7 +68,7 @@ IN: lisp.test
     ] unit-test
     
     { T{ lisp-symbol f "if" } } [
-        "(defmacro if (pred tr fl) (list (quote cond) (list (list pred tr) (list #t fl))))" lisp-eval
+        "(defmacro if (pred tr fl) (list (quote cond) (list pred tr) (list #t fl)))" lisp-eval
     ] unit-test
     
     { t } [