From 82129e56d7e351e75513960785a9a65d4b66e9bf Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 5 Oct 2012 11:55:20 -0500 Subject: make this a todo test --- t/expressions.t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/t/expressions.t b/t/expressions.t index 8e93ccc..55c2a5d 100644 --- a/t/expressions.t +++ b/t/expressions.t @@ -136,14 +136,16 @@ render_ok( "'this' with paths" ); +{ local $TODO = "unimplemented"; render_ok( - '{{#thing}}{{{.}}} {{this}}{{/thing}}', + '{{#thing}}{{{.}}} {{{this}}}{{/thing}}', { thing => [ "" ], }, - " <foo>", + " ", "{{{.}}}" ); +} render_ok( '{{foo-bar}}', -- cgit v1.2.3