Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
c3f038f1
Commit
c3f038f1
authored
May 22, 2005
by
pfdietz
Browse files
Add a documentation test
parent
eb6c36e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/defun.lsp
View file @
c3f038f1
...
...
@@ -73,6 +73,15 @@
(defun-test-fun-5)))
2 1)
;; Documentation
(deftest defun.8
(let* ((sym (gensym))
(doc "DEFUN.8")
(form `(defun ,sym () ,doc nil)))
(or (documentation sym 'function) doc))
"DEFUN.8")
;;; Error tests
(deftest defun.error.1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment