X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Fsmarty%2Funit_test%2Ftemplates%2Fparse_obj_meth.tpl;fp=wwwroot%2Fsmarty%2Funit_test%2Ftemplates%2Fparse_obj_meth.tpl;h=ab198327f58556577e008c569957d71bb5fb5372;hb=e034221efbc7970ec58be22d7517fd3c503dc903;hp=0000000000000000000000000000000000000000;hpb=c6f21b69e8210bdd0e80cf87f1c2f06dfc848a75;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/smarty/unit_test/templates/parse_obj_meth.tpl b/wwwroot/smarty/unit_test/templates/parse_obj_meth.tpl new file mode 100644 index 0000000..ab19832 --- /dev/null +++ b/wwwroot/smarty/unit_test/templates/parse_obj_meth.tpl @@ -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))}