summaryrefslogtreecommitdiffstats
path: root/t/mustache-spec.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-03 16:20:14 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-03 16:20:14 -0500
commit8d8d169d9e30784474856a9b43c43cf21a3d6a91 (patch)
treea96a6c6900dd9732e97230d626256a3e6f7b1a94 /t/mustache-spec.t
parentb6b1bd1936ea207c74ecf0993bd3b7c55c71ec57 (diff)
downloadtext-handlebars-8d8d169d9e30784474856a9b43c43cf21a3d6a91.tar.gz
text-handlebars-8d8d169d9e30784474856a9b43c43cf21a3d6a91.zip
make section lambdas work
Diffstat (limited to 't/mustache-spec.t')
-rw-r--r--t/mustache-spec.t3
1 files changed, 0 insertions, 3 deletions
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},