summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-08 13:38:36 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-08 13:38:36 -0500
commit52ea1ea3f9d1bd29dcb7b056536a8b3f58268dee (patch)
tree97ce9384137924d90170047c615438023fa09f18 /t
parent6d3b76546c92f15aadc2a9c4b7568411e49ccfbe (diff)
downloadtext-handlebars-52ea1ea3f9d1bd29dcb7b056536a8b3f58268dee.tar.gz
text-handlebars-52ea1ea3f9d1bd29dcb7b056536a8b3f58268dee.zip
implement hash args for normal helpers
Diffstat (limited to 't')
-rw-r--r--t/helpers.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/helpers.t b/t/helpers.t
index 51ab9ac..515d540 100644
--- a/t/helpers.t
+++ b/t/helpers.t
@@ -60,7 +60,6 @@ RENDERED
"helpers with literal args"
);
-{ local $TODO = "unimplemented";
render_ok(
{
helpers => {
@@ -91,6 +90,5 @@ TEMPLATE
RENDERED
"helpers with literal args"
);
-}
done_testing;