summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorShawn M Moore <code@sartak.org>2012-09-25 17:24:38 -0400
committerShawn M Moore <code@sartak.org>2012-09-25 17:24:38 -0400
commita473e0c6a5c9b185f8844c3fe78193063e325fc3 (patch)
treef0bb2fb3ef6f759a23ba0a9af0d3f6e8810e3dd8 /t
parent3b27f46a2bd3ce3d2a5a1b3f13b3c68f6a41e9ec (diff)
downloadtext-handlebars-a473e0c6a5c9b185f8844c3fe78193063e325fc3.tar.gz
text-handlebars-a473e0c6a5c9b185f8844c3fe78193063e325fc3.zip
mark_raw?
Diffstat (limited to 't')
-rw-r--r--t/003-safestring.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/003-safestring.t b/t/003-safestring.t
index 4cb35a5..bb51ce3 100644
--- a/t/003-safestring.t
+++ b/t/003-safestring.t
@@ -23,6 +23,7 @@ is(
# XXX I'm not sure what the safestring constructor should be called
# it's effectively Handlebars::SafeString->new($str) in JS
+# maybe we can just use Text::Xslate's mark_raw directly
is(
$tx->render_string(
'<h1>{{title}}</h1><p>{{{body}}}</p>',