Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.5.1
-
None
-
None
-
Ubuntu 7.10, Groovy r10022
Description
In Groovy 1.5.0 the script:
def x = [ 'hello' ] ; println ( x )
outputs:
["hello"]
In Subversion HEAD r10022 and I assume Groovy 1.5.1, the same scripts outputs:
[hello]
I think this is an erroneous as well as breaking change.
Attachments
Issue Links
- relates to
-
GROOVY-2331 Println behavior for collections, strings and gstrings [minor breaking change]
- Closed