umakantp / jsmart

jSmart is Smarty Javascript Template Engine, port of the PHP Smarty Template Engine
MIT License
134 stars 35 forks source link

Assignment in a comparison is not functioning #37

Closed ghost closed 3 years ago

ghost commented 5 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:

umakantp commented 3 years ago

Bug has been fixed in master, should be live in few days in npm