*** empty log message ***

This commit is contained in:
sebastian 2005-02-23 13:10:03 +00:00
parent 4dcf3881d0
commit a609fc8f90
153 changed files with 20982 additions and 278 deletions

View file

@ -0,0 +1 @@
{$smarty.const.TEST_CONSTANT}

View file

@ -0,0 +1 @@
TEST STRING

View file

@ -0,0 +1,12 @@
{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}

View file

@ -0,0 +1,8 @@
{$obj->meth($foo, 2.5)}
{$obj->meth(2.5, $foo)}
{$obj->meth(2.5)}
{$obj->meth($obj->val, "foo")}
{$obj->meth("foo", $obj->val)}
{$obj->meth("foo", $foo)}
{$obj->meth($obj->arr.one, 2)}
{$obj->meth($obj->meth("foo", $foo))}