From ab64f8c31f63d5be9fb109fb062bb562064553b9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 5 Oct 2012 13:14:14 -0500 Subject: actually, @foo just seems to be another kind of variable? really can't tell what the difference is between passing data in as normal template variables and passing them in as "template data" probably just won't support template data until someone can explain this better, because the handlebars test suite isn't very clear on the subject --- t/block-helpers.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 't') diff --git a/t/block-helpers.t b/t/block-helpers.t index ac6f54f..5ca009a 100644 --- a/t/block-helpers.t +++ b/t/block-helpers.t @@ -331,6 +331,9 @@ RENDERED "helper arguments" ); +# XXX this is almost certainly not what the api should be like, but i don't +# understand the purpose for this feature well enough to come up with anything +# more reasonable. feedback welcome! render_ok( { function => { -- cgit v1.2.3-54-g00ecf