summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-01-02 18:32:10 -0600
committerJesse Luehrs <doy@tozt.net>2013-01-02 18:32:10 -0600
commitb7e75b21e640ccd8aa7ee1e9827b8b4121e1a2d1 (patch)
treec859ef6a565cbb9ed47026cb0fe82ec7fc3b87e0 /t
parente84a7c1f51e84f26b0edd611c122c6ed92939261 (diff)
downloadtext-handlebars-b7e75b21e640ccd8aa7ee1e9827b8b4121e1a2d1.tar.gz
text-handlebars-b7e75b21e640ccd8aa7ee1e9827b8b4121e1a2d1.zip
implement passing new context to partials
Diffstat (limited to 't')
-rw-r--r--t/partials.t2
1 files changed, 0 insertions, 2 deletions
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(
{