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
3d6755c1
Commit
3d6755c1
authored
Feb 17, 2003
by
pfdietz
Browse files
IF is a special operator, so removed error tests.
parent
ba13bd3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/if.lsp
View file @
3d6755c1
...
...
@@ -33,16 +33,3 @@
(let ((i 0))
(values (if (= (incf i) 1) 't nil) i))
t 1)
(deftest if.error.1
(classify-error (if))
program-error)
(deftest if.error.2
(classify-error (if t 1 2 3))
program-error)
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