summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-03 18:34:41 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-03 18:34:41 -0500
commit6b7da8376218972db4d0a98a9e0220f9dc81dbd5 (patch)
treedce212b18885d32f6075af659752a13db2f88238 /t
parenta7a8576d3716a03b7216252d0b25625e9edc67a7 (diff)
downloadtext-handlebars-6b7da8376218972db4d0a98a9e0220f9dc81dbd5.tar.gz
text-handlebars-6b7da8376218972db4d0a98a9e0220f9dc81dbd5.zip
make suffixes work for partials
Diffstat (limited to 't')
-rw-r--r--t/mustache.t4
1 files changed, 1 insertions, 3 deletions
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',