summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>',