From 70d3df4d85c9a8fb3ac2c2a3cdb4c579e8ee5efc Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 5 Oct 2012 14:57:53 -0500 Subject: special case {{{.}}} (not dealing with {{foo . bar}} in general) --- t/expressions.t | 2 -- 1 file changed, 2 deletions(-) (limited to 't') diff --git a/t/expressions.t b/t/expressions.t index 55c2a5d..fae632c 100644 --- a/t/expressions.t +++ b/t/expressions.t @@ -136,7 +136,6 @@ render_ok( "'this' with paths" ); -{ local $TODO = "unimplemented"; render_ok( '{{#thing}}{{{.}}} {{{this}}}{{/thing}}', { @@ -145,7 +144,6 @@ render_ok( " ", "{{{.}}}" ); -} render_ok( '{{foo-bar}}', -- cgit v1.2.3-54-g00ecf