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
705a2cd3
Commit
705a2cd3
authored
Feb 11, 2003
by
pfdietz
Browse files
Added tests of 'T' as the type in normal clauses of TYPECASE.
parent
e499a396
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/typecase.lsp
View file @
705a2cd3
...
...
@@ -65,6 +65,16 @@
(typecase 1 (symbol 'a) (otherwise))
nil)
(deftest typecase.15
(typecase 'foo (t :wrong) (symbol :right) (t :also-wrong))
:right)
(deftest typecase.16
(typecase 'foo (t :wrong) (symbol :right))
:right)
...
...
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