From b7e75b21e640ccd8aa7ee1e9827b8b4121e1a2d1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 2 Jan 2013 18:32:10 -0600 Subject: implement passing new context to partials --- t/partials.t | 2 -- 1 file changed, 2 deletions(-) (limited to 't') diff --git a/t/partials.t b/t/partials.t index ad7f7d9..84ebe58 100644 --- a/t/partials.t +++ b/t/partials.t @@ -5,7 +5,6 @@ use lib 't/lib'; use Test::More; use Test::Handlebars; -{ local $TODO = "unimplemented"; render_ok( { path => [ { 'dude.tx' => '{{#this}}{{name}} ({{url}}) {{/this}}' } ], @@ -20,7 +19,6 @@ render_ok( 'Dudes: Yehuda (http://yehuda) Alan (http://alan) ', "passing a context to partials" ); -} render_ok( { -- cgit v1.2.3-54-g00ecf