From 4954d01527cc7f33dfd906faf2f1941d63055c4c Mon Sep 17 00:00:00 2001 From: Shawn M Moore Date: Fri, 5 Oct 2012 12:48:23 -0400 Subject: Failing test for {{{.}}} --- t/expressions.t | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/t/expressions.t b/t/expressions.t index 163c89b..8e93ccc 100644 --- a/t/expressions.t +++ b/t/expressions.t @@ -136,6 +136,15 @@ render_ok( "'this' with paths" ); +render_ok( + '{{#thing}}{{{.}}} {{this}}{{/thing}}', + { + thing => [ "" ], + }, + " <foo>", + "{{{.}}}" +); + render_ok( '{{foo-bar}}', { -- cgit v1.2.3