summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-03 10:47:21 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-03 11:22:21 -0500
commit3c19ea0a5a6868510d163420278d28c7eb46610c (patch)
tree9944b67bece16938036927c6a522c0fb6b052cf9 /t
parent94428a37525ef84c4ed075a5dc9dddcf23debd00 (diff)
downloadtext-handlebars-3c19ea0a5a6868510d163420278d28c7eb46610c.tar.gz
text-handlebars-3c19ea0a5a6868510d163420278d28c7eb46610c.zip
make comments.json spectest pass
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}}',