summaryrefslogtreecommitdiffstats
path: root/t/partials.t
diff options
context:
space:
mode:
Diffstat (limited to 't/partials.t')
-rw-r--r--t/partials.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/partials.t b/t/partials.t
index 157fab6..ad7f7d9 100644
--- a/t/partials.t
+++ b/t/partials.t
@@ -8,7 +8,7 @@ use Test::Handlebars;
{ local $TODO = "unimplemented";
render_ok(
{
- path => [ { dude => '{{#this}}{{name}} ({{url}}) {{/this}}' } ],
+ path => [ { 'dude.tx' => '{{#this}}{{name}} ({{url}}) {{/this}}' } ],
},
'Dudes: {{>dude dudes}}',
{
@@ -24,7 +24,7 @@ render_ok(
render_ok(
{
- path => [ { dude => '{{name}}' } ],
+ path => [ { 'dude.tx' => '{{name}}' } ],
},
'Dudes: {{> [dude]}}',
{