~ubuntu-branches/ubuntu/edgy/smarty/edgy-security

« back to all changes in this revision

Viewing changes to unit_test/templates/parse_math.tpl

  • Committer: Bazaar Package Importer
  • Author(s): Dimitri Fontaine
  • Date: 2005-03-29 11:53:20 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050329115320-g3rvndgnn75ogm35
Tags: 2.6.8-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{foreach name=loop from=$items item=i}
 
2
{$smarty.foreach.loop.iteration+2}
 
3
{$smarty.foreach.loop.iteration+$flt}
 
4
{$smarty.foreach.loop.iteration+$obj->six()}
 
5
{$smarty.foreach.loop.iteration+$obj->ten}
 
6
{/foreach}
 
7
{$obj->ten+$flt}
 
8
{$obj->ten*$flt}
 
9
{$obj->six()+$obj->ten}
 
10
{$obj->ten+$obj->ten}
 
11
{$obj->six()+$flt}
 
12
{$obj->six()+$items.0}