Closed kodekrash closed 7 years ago
This addresses the issue I raised here:
https://github.com/harrydeluxe/php-liquid/issues/28
+1 for this PR
Hey @kodekrash, it looks like there's a similar issue with {% assign %} :
{% assign foo = 1.55 %}
{{ foo }}
Outputs: 1
Very frustrating, but I'm not sure how to best modify LiquidTagAssign.class.php - any suggestions would be much appreciated!
@schmoove Using my fork, I can't reproduce that issue. For me, your template renders as 1.55, not 1.
Test template
Results in both my fork, and ruby liquid