summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-01-02 14:50:21 -0600
committerJesse Luehrs <doy@tozt.net>2013-01-02 14:50:21 -0600
commite84a7c1f51e84f26b0edd611c122c6ed92939261 (patch)
tree5badaa2c50e9e6decf0b73dc4b5b56871c8167d7 /t
parentd7857cad39d7feaff23abddf9a724041ffdf7176 (diff)
downloadtext-handlebars-e84a7c1f51e84f26b0edd611c122c6ed92939261.tar.gz
text-handlebars-e84a7c1f51e84f26b0edd611c122c6ed92939261.zip
fix .. in block helpers
Diffstat (limited to '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 dac692e..504b350 100644
--- a/t/block-helper-builtins.t
+++ b/t/block-helper-builtins.t
@@ -196,7 +196,6 @@ RENDERED
"unless helper (true)"
);
-{ local $TODO = "unimplemented"; local $SIG{__WARN__} = sub { };
render_ok(
<<'TEMPLATE',
<ul class="people_list">
@@ -222,6 +221,5 @@ TEMPLATE
RENDERED
"each helper with ../"
);
-}
done_testing;