Fixed 'flatten' to correctly handle lists with non-nil cdr (ie '(1 . 2)).
[clinton/parenscript.git] / t / test-package.lisp
1 (in-package :cl-user)
2
3 (defpackage :parenscript-test
4 (:nicknames :ps-test :ps-tests :parenscript-tests)
5 (:use :common-lisp :parenscript :5am)
6 (:shadowing-import-from :js :!)
7 (:export #:run-tests
8 #:make-reference-tests-dot-lisp))