X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=blobdiff_plain;f=t%2F11-existing.t;h=ecc673ef7738745f6d94bff143f8d2410f4f9ac2;hp=0339bc850b391436f5fe1d7beb6bf97071f58562;hb=c38db653bec41568fc1caab3c19763e7ed2e5a2b;hpb=5ae3324ff295015e051249ded13b2353ee8af258 diff --git a/t/11-existing.t b/t/11-existing.t index 0339bc8..ecc673e 100644 --- a/t/11-existing.t +++ b/t/11-existing.t @@ -18,6 +18,9 @@ our $called; { local $/ = "####\n"; while () { + chomp; + s/\s*$//; + my ($code, $params) = split /----\s*/, $_; my ($names, $ret, $exp, $seq) = split /\s*#\s*/, $params;