From 6f0daf7d3c5fa3311cb6c11257cb671981eadc3a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 24 Oct 2012 18:00:21 -0500 Subject: gfx doesn't want to support a render_string opcode --- t/mustache-spec-syntax-only.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 't') diff --git a/t/mustache-spec-syntax-only.t b/t/mustache-spec-syntax-only.t index d636e6e..90db50e 100644 --- a/t/mustache-spec-syntax-only.t +++ b/t/mustache-spec-syntax-only.t @@ -17,6 +17,9 @@ for my $file (dir('t', 'mustache-spec', 'specs')->children) { && $test->{name} =~ /standalone/i && $test->{name} !~ /line endings/i; + local $TODO = "render_string requires external functions" + if $file->basename eq '~lambdas.json'; + my $opts = { suffix => '.mustache', path => [ -- cgit v1.2.3-54-g00ecf