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