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
d7f72075
Commit
d7f72075
authored
Jan 14, 2003
by
pfdietz
Browse files
Changed names of special-operator-p error tests.
parent
420e8340
Changes
1
Show whitespace changes
Inline
Side-by-side
ansi-tests/cl-symbols.lsp
View file @
d7f72075
...
...
@@ -1048,15 +1048,15 @@
collect name))
nil)
(deftest special-operator-p.
3
(deftest special-operator-p.
error.1
(classify-error (special-operator-p 1))
type-error)
(deftest special-operator-p.
4
(deftest special-operator-p.
error.2
(classify-error (special-operator-p))
program-error)
(deftest special-operator-p.
5
(deftest special-operator-p.
error.3
(classify-error (special-operator-p 'cons 'cons))
program-error)
...
...
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