summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/expressions.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/expressions.t b/t/expressions.t
index c2e928c..4cdc403 100644
--- a/t/expressions.t
+++ b/t/expressions.t
@@ -45,7 +45,6 @@ render_ok(
"backtracking with ../"
);
-{ local $TODO = "autochomping issues";
render_ok(
<<'TEMPLATE',
{{#page}}
@@ -63,7 +62,6 @@ TEMPLATE
RENDERED
"multilevel backtracking with ../"
);
-}
render_ok(
'{{#article}}<h1>{{title}}</h1> - {{../metadata.date}}{{/article}}',