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
4a31ad07
Commit
4a31ad07
authored
Sep 04, 2005
by
pfdietz
Browse files
Fixed malformed :notes on make-condition.[34]
parent
dc29bb48
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/make-condition.lsp
View file @
4a31ad07
...
...
@@ -26,7 +26,7 @@
nil)
(deftest make-condition.3
(
:notes :make-condition-with-compound-name :ansi-spec-problem)
:notes
(
:make-condition-with-compound-name :ansi-spec-problem)
(let* ((tp '(or program-error type-error))
(c (make-condition tp)))
(or (not (and (subtypep tp 'condition)
...
...
@@ -36,7 +36,7 @@
t)
(deftest make-condition.4
(
:notes :make-condition-with-compound-name :ansi-spec-problem)
:notes
(
:make-condition-with-compound-name :ansi-spec-problem)
(let* ((tp '(and simple-error type-error))
(c (make-condition tp)))
(or (not (and (subtypep 'simple-error tp)
...
...
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