X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Feval.lisp;h=9a0e50c2cc115ca7d49ca16c08c97b354d8556de;hb=5b544cfd2f52eaa127e6bedeff173f265113a5d2;hp=f17414a5bdc7c0bc5ef5debea95e1963fc3c46f2;hpb=b4f81895de2164b4f362c3050b74a45c1f5069e2;p=jscl.git diff --git a/tests/eval.lisp b/tests/eval.lisp index f17414a..9a0e50c 100644 --- a/tests/eval.lisp +++ b/tests/eval.lisp @@ -1,5 +1 @@ -(print "<<<") -(print (find 'a '((b) (c) (a)) :key #'car)) -(print ">>>") - (test (= (eval '(+ 1 2)) 3))