Closed ghost closed 3 years ago
Template example: "{if $info = "test"}{$info}{/if}" Expected result: "test" Actual result: empty string, no execution of code inside the "if" block.
This construction is functioning in PHP version of Smarty.
Code to reproduce:
Bug has been fixed in master, should be live in few days in npm
Template example: "{if $info = "test"}{$info}{/if}" Expected result: "test" Actual result: empty string, no execution of code inside the "if" block.
This construction is functioning in PHP version of Smarty.
Code to reproduce: