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
04ff8d92
Commit
04ff8d92
authored
Oct 07, 2005
by
pfdietz
Browse files
Added subtypep test for gcl from random subtypep tester
parent
c9ea4f9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/subtypep-cons.lsp
View file @
04ff8d92
...
...
@@ -325,3 +325,11 @@
(deftest subtypep.cons.39
(values (subtypep t '(and (not (cons cons (cons cons t))) (not (cons t cons)))))
nil)
(deftest subtypep.cons.40
(let ((type1 '(cons (eql 0) cons))
(type2 '(cons unsigned-byte symbol)))
(values
(subtypep* type1 type2)
(subtypep* `(not ,type2) `(not ,type1))))
nil 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