From c964148db9790676e892265327f567939619c349 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 28 Sep 2012 17:32:46 -0500 Subject: get blocks working --- t/003-safestring.t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 't/003-safestring.t') diff --git a/t/003-safestring.t b/t/003-safestring.t index 8e095ea..27d9ac1 100644 --- a/t/003-safestring.t +++ b/t/003-safestring.t @@ -1,9 +1,12 @@ +#!/usr/bin/env perl use strict; use warnings; use Test::More; + +use Text::Handlebars; use Text::Xslate 'mark_raw'; -my $tx = Text::Xslate->new(syntax => 'Handlebars'); +my $tx = Text::Handlebars->new; is( $tx->render_string( -- cgit v1.2.3-54-g00ecf