Title: Message Title
Henrik Lindberg commented on an issue
Puppet / Bug PUP-2883
epp does not handle empty template
When epp is told to evaluate an empty template, the result is a complaint that the end of input is reached. epp should produce an empty string in this situation and not complain.

To reproduce:
{code}
notice inline_epp(@(END), {x => world})
  <%-| $x| %>
  |- END
{code}
This template has a parameter, but no other content in the template.


--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to