Merge pull request #24 from abeaumont/testing-framework
[jscl.git] / tests / eval.lisp
1 (test (= (eval '(+ 1 2)) 3))