summaryrefslogtreecommitdiffstats
path: root/t/blocks.t
diff options
context:
space:
mode:
Diffstat (limited to 't/blocks.t')
-rw-r--r--t/blocks.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/blocks.t b/t/blocks.t
index 153a8a9..cde7665 100644
--- a/t/blocks.t
+++ b/t/blocks.t
@@ -70,7 +70,6 @@ render_ok(
"empty block"
);
-{ local $TODO = "unimplemented";
render_ok(
'{{#people}}{{name}}{{^}}{{none}}{{/people}}',
{
@@ -93,7 +92,7 @@ render_ok(
render_ok(
<<'TEMPLATE',
{{#people}}
-{{name}}
+{{.}}
{{^}}
{{none}}
{{/people}}
@@ -113,6 +112,5 @@ Stevan Little
RENDERED
"inverted block shorthand (non-empty array)"
);
-}
done_testing;