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
This will produce the following error as soon you try to compile any simple template using the custom delimiters AND anything that also contains { and }
Call to undefined method Smarty_Internal_Templatelexer::yy_r1_()
Line 392 at file: smarty\libs\sysplugins\smarty_internal_templatelexer.php
Example non working tpl (setting custom delimiters):
<%$test|default:'Default test string'%>
<style>
table.mytable td {
font-family:Arial;
}
</style>
Example working tpl (without { and })
<%$test|default:'Default test string'%>
I am positive everything was working fine at dev-22 (now dev-26)
Thanks!
The text was updated successfully, but these errors were encountered:
Checked with dev 26 version, still broken, we're unable to use custom delimiters as described.
juangacovas
changed the title
Broken custom delimiters at latest dev 25 version
Broken custom delimiters when combined with { } at latest dev 26 version
Oct 21, 2017
Say I want to use old style delimiters instead of { and } which is nice for us (avoiding literals and stuff)
This will produce the following error as soon you try to compile any simple template using the custom delimiters AND anything that also contains { and }
Example non working tpl (setting custom delimiters):
Example working tpl (without { and })
I am positive everything was working fine at dev-22 (now dev-26)
Thanks!
The text was updated successfully, but these errors were encountered: