Skip to content
Snippets Groups Projects
Commit 46f2ef52 authored by pfdietz's avatar pfdietz
Browse files

Added three tests that abl fails.

parent f16c9855
No related branches found
No related tags found
No related merge requests found
......@@ -299,3 +299,16 @@
(not (cons integer cons)))))
(subtypep-and-contrapositive-are-consistent 'cons t2))
t)
(deftest subtypep.cons.35
(notnot-mv (subtypep '(cons nil t) 'float))
t t)
(deftest subtypep.cons.36
(notnot-mv (subtypep '(cons t nil) 'symbol))
t t)
(deftest subtypep.cons.37
(notnot-mv (subtypep '(cons nil nil) 'real))
t t)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment