summaryrefslogtreecommitdiffstats
path: root/t/expressions.t
diff options
context:
space:
mode:
Diffstat (limited to 't/expressions.t')
-rw-r--r--t/expressions.t6
1 files 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>" ],
},
- "<foo> &lt;foo&gt;",
+ "<foo> <foo>",
"{{{.}}}"
);
+}
render_ok(
'{{foo-bar}}',