Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ansi-test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mark Evenson
ansi-test
Commits
b653b80f
Commit
b653b80f
authored
9 years ago
by
Robert Strandh
Committed by
Daniel Kochmański
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Explain in comment why test is not comforming.
parent
76874a08
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
loop11.lsp
+6
-2
6 additions, 2 deletions
loop11.lsp
with
6 additions
and
2 deletions
loop11.lsp
+
6
−
2
View file @
b653b80f
...
...
@@ -49,9 +49,13 @@
z)
1)
;;; This test is wrong because REPEAT is a main clause whereas FOR is
;;; a variable clause, and no main clause can precede a variable
;;; clause.
;;;
;;; (deftest loop.11.8
;;; (loop repeat 3 for i in '(a b c d e) collect i)
;;; (a b c))
;;;
(loop repeat 3 for i in '(a b c d e) collect i)
;;;
(a b c))
;;; Enough implementors have complained about this test that
;;; I'm removing it. The standard is self-contradictory
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment