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
b653b80f
Commit
b653b80f
authored
Apr 04, 2015
by
Robert Strandh
Committed by
Daniel Kochmański
Aug 31, 2015
Browse files
Explain in comment why test is not comforming.
parent
76874a08
Changes
1
Hide whitespace changes
Inline
Side-by-side
loop11.lsp
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
...
...
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