[test] Add tests for CONS, CONSP, ATOM, RPLACA and RPLACD
[jscl.git] / tests / eval.lisp
1 (test (= (eval '(+ 1 2)) 3))