p5-Text-Xslate-Syntax-Any

 view release on metacpan or  search on metacpan

t/03_deep_include.t  view on Meta::CPAN

use strict;
use warnings;

use Test::More;
use Text::Xslate;

my $tx = Text::Xslate->new(syntax => 'Any', cache => 0, path => [qw{ t/template }]);

is($tx->render('0.tx', { foo => 'Any Syntax'}), q{Hello Any Syntax.});

done_testing;



( run in 1.667 second using v1.01-cache-2.11-cpan-354807fb38d )