You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of the master branch causes the template
{"{if true}foo{/if}"}
to throw a compiler exception: "{"{if true}foo{/if}"}" unclosed "{if}" in doubled quoted string.
This is probably due to the changes concerning #391 and #392, but in my opinion {"{if true}foo{/if}"} should be a valid template, even though {"{if true}"|cat:"foo{/if}"} should not.
The text was updated successfully, but these errors were encountered:
uwetews
added a commit
to smarty-php/smarty-phpunit
that referenced
this issue
Oct 18, 2017
The latest version of the master branch causes the template
to throw a compiler exception:
"{"{if true}foo{/if}"}" unclosed "{if}" in doubled quoted string
.This is probably due to the changes concerning #391 and #392, but in my opinion
{"{if true}foo{/if}"}
should be a valid template, even though{"{if true}"|cat:"foo{/if}"}
should not.The text was updated successfully, but these errors were encountered: