From 54e0324cb2bf6f9bde367d13b897b959d5b9496b Mon Sep 17 00:00:00 2001 From: mohrt Date: Fri, 10 Sep 2004 13:30:13 +0000 Subject: [PATCH] initial commit --- unit_test/templates/assign_obj.tpl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 unit_test/templates/assign_obj.tpl diff --git a/unit_test/templates/assign_obj.tpl b/unit_test/templates/assign_obj.tpl new file mode 100644 index 00000000..ab198327 --- /dev/null +++ b/unit_test/templates/assign_obj.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))}