pickles/contrib/Smarty-2.6.19/unit_test/templates/parse_math.tpl
Josh Sherman 78f0f2f6c9 Readded Smarty.
git-svn-id: http://svn.cleancode.org/svn/pickles@24 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-06-29 01:27:44 +00:00

12 lines
333 B
Smarty

{foreach name=loop from=$items item=i}
{$smarty.foreach.loop.iteration+2}
{$smarty.foreach.loop.iteration+$flt}
{$smarty.foreach.loop.iteration+$obj->six()}
{$smarty.foreach.loop.iteration+$obj->ten}
{/foreach}
{$obj->ten+$flt}
{$obj->ten*$flt}
{$obj->six()+$obj->ten}
{$obj->ten+$obj->ten}
{$obj->six()+$flt}
{$obj->six()+$items.0}