Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-5
-
Fix Version/s: 1.0-beta-6
-
Component/s: groovy-jdk
-
Labels:None
-
Number of attachments :
Description
When
Dear "$
{firstname}$
{lastname}",
So nice to meet you in $
{city}.
<%
if (value) {
out << "See you in $
} else {
out << "farewell"
}
%>
${signed}
is evaluated the ${month}
value is printed before the rest of the template text.