Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-1
-
None
-
None
-
Any
Description
As JSR Groovy doesn't support multi-line strings inside of single quotes, GStringTemplateEngine needs to use triple quotes around all template parts.
The patch is simple and is attached. All existing tests continue to work, as does my test template that worked under 1.0-beta-10 but broke with 1.0-JSR-1 without this patch.