/[gcl]/gcl/ansi-tests/loop11.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/loop11.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by pfdietz, Sun Nov 17 18:35:31 2002 UTC revision 1.2 by pfdietz, Sat Aug 2 18:35:19 2003 UTC
# Line 53  Line 53 
53    (loop repeat 3 for i in '(a b c d e) collect i)    (loop repeat 3 for i in '(a b c d e) collect i)
54    (a b c))    (a b c))
55    
56  (deftest loop.11.9  ;;; Enough implementors have complained about this test that
57    (loop for i in '(a b c d e) collect i repeat 3)  ;;; I'm removing it.  The standard is self-contradictory
58    (a b c))  ;;; on whether REPEAT can occur later in a LOOP form.
59    
60    ;;; (deftest loop.11.9
61    ;;;  (loop for i in '(a b c d e) collect i repeat 3)
62    ;;;  (a b c))
63    
64    
65  ;;; Tests of WHILE  ;;; Tests of WHILE

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26