summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-24 18:00:21 -0500
committerJesse Luehrs <doy@tozt.net>2013-01-02 13:56:21 -0600
commit6f0daf7d3c5fa3311cb6c11257cb671981eadc3a (patch)
treefd1fe1e740a39e368ddcde2c045c2b55e20b11d0 /t
parent32ec4a2cda7b608c8da3575318347c140a89c2f9 (diff)
downloadtext-handlebars-6f0daf7d3c5fa3311cb6c11257cb671981eadc3a.tar.gz
text-handlebars-6f0daf7d3c5fa3311cb6c11257cb671981eadc3a.zip
gfx doesn't want to support a render_string opcode
Diffstat (limited to 't')
-rw-r--r--t/mustache-spec-syntax-only.t3
1 files changed, 3 insertions, 0 deletions
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 => [