Fix several newly introduced bugs in the migration to mutable strings
[jscl.git] / tests / eval.lisp
index 4d6d780..f17414a 100644 (file)
@@ -1,3 +1,5 @@
-(print "testing")
-(print (eval '(+ 1 3)))
+(print "<<<")
+(print (find 'a '((b) (c) (a)) :key #'car))
+(print ">>>")
+
 (test (= (eval '(+ 1 2)) 3))