Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-10
-
None
-
None
-
Windows, JDK 1.4.2_06
Description
Lets get Groovy!
================
Version: 1.0-beta-10-SNAPSHOT JVM: 1.4.2_06-b03
Type 'exit' to terminate the shell
Type 'help' for command help
Type 'go' to execute the statements
groovy> println "ABCD\bEF"
groovy> go
ABCD\bEF
// Expected: ABCEF