Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0-beta-8
-
None
-
None
-
Cross platform issue
Description
executing the following command
groovy -e "println '\\\\'"
On a mac it produces one slash:
\
On windows it produces two slashes:
The behaviour should be consistent across platforms.