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