]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - t/methods/stash.t
Importing re-engine-Plugin-0.04.tar.gz
[perl/modules/re-engine-Plugin.git] / t / methods / stash.t
index 34895e21b6aa348499b256366d95b9815dcd6f35..9083263566071642d0583946bde5707f4f3efbd6 100644 (file)
@@ -21,7 +21,6 @@ use re::engine::Plugin (
         my $stash = $re->stash;
         my $ret = $re->stash( $stash );
         ok(!$ret, "stash returns no value on assignment");
-
         my %h = qw( 0 a 1 o 2 e 3 u );
         for (keys %h) {
             is($h{$_}, $stash->[$_]);