From a473e0c6a5c9b185f8844c3fe78193063e325fc3 Mon Sep 17 00:00:00 2001 From: Shawn M Moore Date: Tue, 25 Sep 2012 17:24:38 -0400 Subject: mark_raw? --- t/003-safestring.t | 1 + 1 file changed, 1 insertion(+) (limited to 't') 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( '

{{title}}

{{{body}}}

', -- cgit v1.2.3-54-g00ecf