projects
/
jscl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Move documentation function to src/documentation.lisp
[jscl.git]
/
tests
/
defun.lisp
1
;;;; Tests for DEFUN
2
3
;;; Regression test for #111
4
(test (eql (defun foo () "foo's" ()) 'foo))