summaryrefslogtreecommitdiffstats
path: root/t/block-helper-builtins.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-05 10:39:27 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-05 10:39:27 -0500
commit1a010552eeb2a965c92fab007c45f8e59ac60b02 (patch)
tree1c384604ddc6a5101302edce2ced26e66bafc8d4 /t/block-helper-builtins.t
parentd94b450ad15be78a1ead0b614b853e659370119b (diff)
downloadtext-handlebars-1a010552eeb2a965c92fab007c45f8e59ac60b02.tar.gz
text-handlebars-1a010552eeb2a965c92fab007c45f8e59ac60b02.zip
implement else blocks
Diffstat (limited to 't/block-helper-builtins.t')
-rw-r--r--t/block-helper-builtins.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/block-helper-builtins.t b/t/block-helper-builtins.t
index 9540b27..fe1763b 100644
--- a/t/block-helper-builtins.t
+++ b/t/block-helper-builtins.t
@@ -94,7 +94,6 @@ RENDERED
"if helper (true)"
);
-{ local $TODO = "unimplemented";
render_ok(
<<'TEMPLATE',
<div class="entry">
@@ -136,7 +135,6 @@ TEMPLATE
RENDERED
"if/else helper (true)"
);
-}
render_ok(
<<'TEMPLATE',