#!perl use lib qw(t) ; use common ; my $tests = [ { # skip => 1, name => 'simple scalar', data => { foo => 'FOO is 3', BAR => 'bar is baz', }, template => < < 1, name => 'simple chunk - hash data', data => { foo => { FOO => 3 }, bar => { BAR => 4 }, }, template => < < 1, name => 'simple chunk - scalar data', data => { foo => 3, bar => { BAR => 4 }, }, template => < < 1, name => 'simple chunk - array of hashes', data => [ { foo => { FOO => 3 }, bar => { BAR => 4 }, }, { foo => { FOO => 6 }, bar => { BAR => 'quux' }, } ], template => < <