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
47c26886
Commit
47c26886
authored
Aug 28, 2003
by
pfdietz
Browse files
More test cases for the c.l.l loop bug.
parent
0de307d8
Changes
1
Show whitespace changes
Inline
Side-by-side
ansi-tests/loop11.lsp
View file @
47c26886
...
...
@@ -194,5 +194,16 @@
until (> i 12) collect i)
:good)
(deftest loop.11.33
(loop for i in '(4 8 9 A 13)
if (not (numberp i)) return :good end
while (< i 12) collect i)
:good)
(deftest loop.11.34
(loop for i in '(4 8 9 A 13)
if (not (numberp i)) return :good end
until (> i 12) collect i)
:good)
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