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