Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-5
-
None
Description
The following groovy script causes groovy to chew CPU:
println ("foo" + foo")
Note the third quote before the bracket. It should give a syntax error.