mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Tweaked tests
This commit is contained in:
parent
9ef1009e1f
commit
fcf8d45ad0
1 changed files with 3 additions and 3 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue