Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-2
-
None
-
None
Description
void todo_testWithMarkupBuilder(){
def text = '''<%
builder = new groovy.xml.MarkupBuilder(out)
[1,2,3].each
%>'''
assertEquals('111', simpleCall(text))
}
produces
<getAt>[1, 2, 3]</getAt>11111
while everything was fine in Groovy classic.
I will commit more tests in groovy.text.SimpleTemplateEngineText.groovy
Attachments
Issue Links
- depends upon
-
GROOVY-399 Groovy Template quote escape problem
- Closed