From 1a010552eeb2a965c92fab007c45f8e59ac60b02 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 5 Oct 2012 10:39:27 -0500 Subject: implement else blocks --- t/block-helpers.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/block-helpers.t') diff --git a/t/block-helpers.t b/t/block-helpers.t index 50f3fe0..961b2dc 100644 --- a/t/block-helpers.t +++ b/t/block-helpers.t @@ -227,7 +227,6 @@ RENDERED "if helper (false)" ); -{ local $TODO = "unimplemented"; local $SIG{__WARN__} = sub { }; render_ok( { function => { @@ -288,6 +287,7 @@ RENDERED "if/else helper (false)" ); +{ local $TODO = "unimplemented"; local $SIG{__WARN__} = sub { }; render_ok( { function => { -- cgit v1.2.3-54-g00ecf