Skip to content
GitLab
Projects
Groups
Snippets
/
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
ba13bd3c
Commit
ba13bd3c
authored
Feb 17, 2003
by
pfdietz
Browse files
Small cleanups.
parent
0d9f1e3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ansi-tests/define-modify-macro.lsp
View file @
ba13bd3c
...
...
@@ -72,11 +72,11 @@
(classify-error (define-modify-macro dfm-error-1))
program-error)
(deftest define-modify-macro.error.
2
(deftest define-modify-macro.error.
3
(classify-error (define-modify-macro dfm-error-2 ()))
program-error)
(deftest define-modify-macro.error.
3
(deftest define-modify-macro.error.
4
(classify-error (define-modify-macro dfm-error-2 () nil "Documentation"
"extra illegal argument"))
program-error)
...
...
ansi-tests/defparameter.lsp
View file @
ba13bd3c
...
...
@@ -64,6 +64,3 @@
"documentation"
"illegal extra argument"))
program-error)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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