Create document that contains escaped $ (ie \$800)
Run grass
Expected outcome:
Properly generates both post and feed/rss text.
Outcome:
Properly encodes post but uses post text to encode feed summary and gives SimpleTemplateEngine error
SimpleTemplateScript2687.groovy: 1712: illegal string body character after dollar sign;
solution: either escape a literal dollar sign "\$5" or bracket the value expression "${5}" @ line 1712, column 63.
the bells and whistles costs $4,500. It
Steps to reproduce:
Expected outcome: Properly generates both post and feed/rss text.
Outcome: Properly encodes post but uses post text to encode feed summary and gives SimpleTemplateEngine error
SimpleTemplateScript2687.groovy: 1712: illegal string body character after dollar sign; solution: either escape a literal dollar sign "\$5" or bracket the value expression "${5}" @ line 1712, column 63. the bells and whistles costs $4,500. It