kalimatas / php-liquid

A PHP port of Ruby's Liquid Templates
http://www.delacap.com/artikel/Liquid-Templates/
MIT License
168 stars 58 forks source link

error with uppercase characters array #198

Open dotruong1990 opened 1 year ago

dotruong1990 commented 1 year ago

assign data = [ 88 => "something" ] {% assign getkey = '88' %} {% assign getKey = '88' %}

{{ data[getkey] }} --> working {{ data[getKey] }} --> not working (uppercase characters "K")

dotruong1990 commented 1 year ago

up

sanmai commented 1 year ago

Please feel free to address this, although I would expect some breaking changes here.

And please abstain from more "up" comments.