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

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

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

revision 1.1 by pfdietz, Mon Oct 28 04:50:59 2002 UTC revision 1.2 by pfdietz, Sat Nov 2 00:13:12 2002 UTC
# Line 75  Line 75 
75    (classify-error    (classify-error
76     (loop for x on '(a b c)     (loop for x on '(a b c)
77           for x on '(d e f) collect x))           for x on '(d e f) collect x))
78    programm-error)    program-error)
79    
80  (deftest loop.3.15  (deftest loop.3.15
81    (classify-error    (classify-error
82     (loop for (x . x) on '((a b) (c d)) collect x))     (loop for (x . x) on '((a b) (c d)) collect x))
83    programm-error)    program-error)
84    
85  (deftest loop.3.16  (deftest loop.3.16
86    (loop for nil on nil do (return t))    (loop for nil on nil do (return t))

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