From c4fd3dc97042a13cf365f06dd84bb6b02a1efdfb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 4 Oct 2012 16:06:38 -0500 Subject: implement helpers --- t/helpers.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 't') diff --git a/t/helpers.t b/t/helpers.t index ad601e9..439f191 100644 --- a/t/helpers.t +++ b/t/helpers.t @@ -5,7 +5,6 @@ use lib 't/lib'; use Test::More; use Test::Handlebars; -{ local $TODO = "unimplemented"; local $SIG{__WARN__} = sub { }; render_ok( { helpers => { @@ -25,7 +24,7 @@ render_ok( { helpers => { list => sub { - my ($items, $options) = @_; + my ($context, $items, $options) = @_; my $out = "