From 8d8d169d9e30784474856a9b43c43cf21a3d6a91 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 3 Oct 2012 16:20:14 -0500 Subject: make section lambdas work --- t/mustache-spec.t | 3 --- 1 file changed, 3 deletions(-) (limited to 't/mustache-spec.t') diff --git a/t/mustache-spec.t b/t/mustache-spec.t index 8ee1c10..a97cb10 100644 --- a/t/mustache-spec.t +++ b/t/mustache-spec.t @@ -16,9 +16,6 @@ for my $file (dir('t', 'mustache-spec', 'specs')->children) { local $TODO = "unimplemented" if $file->basename eq 'delimiters.json' && $test->{name} =~ /partial/i; - local ($TODO, $SIG{__WARN__}) = ("unimplemented", sub { }) - if $file->basename eq '~lambdas.json' - && $test->{name} =~ /section/i; render_ok( $test->{template}, -- cgit v1.2.3