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