Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-JSR-2
-
Fix Version/s: 1.0-JSR-3
-
Component/s: groovy-jdk
-
Labels:None
-
Environment:jdk 1.5.0_02, Windows XP Sp2,Groovy 1.0-JSR-2
-
Number of attachments :
Description
Simple program, but the result surprised me.
The template should WYSIWYG, but in this version of SimpleTemplateEngine of Groovy, all text must be written in one row and must use "\n" instead of an enter press.
I think this should be a bug.
attachment is the simple program and template file it uses.
Issue Links
- depends upon
-
GROOVY-818
expecting anything but ''\n''; got it anyway
-
Already stumbled across it - couldn't reproduce it that time. Looking into it now.
The TemplateServlet uses a work-around at the moment, eliminating all '\n' before compiling.