Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.0-beta-5
-
None
Description
It's impossible to build a double-quoted string containing just one backslash. Here's the output you get when you try it on groovysh:
1> print "
"
discarding invalid text:
groovysh script: 1: unterminated string literal
print "
"
^