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

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

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

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

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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