+ Moved variables resolution in the compiler Parser. (Temp. solution until the new...
[haanga.git] / tests / assert_templates / for_range3.tpl
blob2d763976caf39c9bafc61e393cabdf5b5826aa3b
1 {% for i in 5 .. 1 step 2 %}
2     {{i}}
3 {% endfor %}