Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Both groovy.lang.Range and groovy.lang.IntRange need more testing and in particular they should support backwards navigations too.
e.g.
for x in 10..1
{...}for x in big..small {...}
for d in today..lastweek
{...}