From 6b7da8376218972db4d0a98a9e0220f9dc81dbd5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 3 Oct 2012 18:34:41 -0500 Subject: make suffixes work for partials --- t/mustache.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 't') diff --git a/t/mustache.t b/t/mustache.t index bbd9227..8034db2 100644 --- a/t/mustache.t +++ b/t/mustache.t @@ -152,9 +152,8 @@ RENDERED "comments" ); -{ local $TODO = "unimplemented"; render_file_ok( - { path => ['t/mustache/partials'] }, + { path => ['t/mustache/partials'], suffix => '.mustache' }, 'base.mustache', { names => [ @@ -171,7 +170,6 @@ render_file_ok( EXPECTED "partials" ); -} render_ok( <<'TEMPLATE', -- cgit v1.2.3