Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.0-beta-8
-
None
Description
I have tested on groovy-1.0-beta-7.
println "C:
test" // The output is not C:\test
println "C:
ntest" // The output is not C:\ntest
println "C:
rtest" // The output is not C:\rtest
println "C:
" // unterminated string literal
println "C:
"" // The output is C:\"
What problem?