Tweaked tests

This commit is contained in:
Justin Ethier 2015-08-25 23:29:41 -04:00
parent 9ef1009e1f
commit fcf8d45ad0

View file

@ -43,8 +43,8 @@
;; because it would need to extend it.
;; could eval expose a function to extend the global env (or any env)?
(test 1 2 3)
;(test 1 2 3) ; breaks
;(my-or 1 2 3) ; breaks
(test 1 2 3) ; breaks
(my-or 1 2 3) ; breaks
(and ''test ''test2))))
(write (test2 1 2 3))
@ -59,4 +59,4 @@
(write
(eval 'my-or))
(write
(eval '(my-or 1 2 x)))
(eval '(my-or x 1 2 x)))