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
6142d3bd
Commit
6142d3bd
authored
Mar 07, 2003
by
pfdietz
Browse files
Type error checks for values-list.
parent
5c26fa55
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/values-list.lsp
View file @
6142d3bd
...
...
@@ -13,6 +13,14 @@
(classify-error (values-list nil nil))
program-error)
(deftest values-list.error.3
(classify-error (values-list 'a))
type-error)
(deftest values-list.error.4
(classify-error (values-list '(a b c . d)))
type-error)
(deftest values-list.1
(values-list nil))
...
...
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