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
91f04b4d
Commit
91f04b4d
authored
May 07, 2003
by
pfdietz
Browse files
More THE tests.
parent
e6a32ffb
Changes
1
Show whitespace changes
Inline
Side-by-side
ansi-tests/the.lsp
View file @
91f04b4d
...
...
@@ -51,3 +51,24 @@
(eql (cadr x) :ignored))
collect e)
nil)
(deftest the.8
(loop for e in *universe*
when (and (constantp e)
(not (eql (eval `(the ,(type-of e) ,e)) e)))
collect e)
nil)
(deftest the.9
(loop for e in *universe*
when (and (constantp e)
(not (eql (eval `(the ,(class-of e) ,e)) e)))
collect e)
nil)
(deftest the.10
(loop for e in *universe*
unless (eql (eval `(the ,(class-of e) ',e)) e)
collect e)
nil)
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