harrydeluxe / php-liquid

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

Range in for is not supported #15

Open boomyjee opened 12 years ago

boomyjee commented 12 years ago

{% for i in (1..10) %} gives Syntax Error in 'for loop'

pchelin commented 11 years ago

see https://github.com/pchelin/php-liquid/commit/f0a53cd4253b5311ca3f7ed3032bd74516725f7a

schmoove commented 8 years ago

@pchelin thanks so much for posting that link!