]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
Make test descriptions shorter
authorVincent Pit <vince@profvince.com>
Thu, 16 Oct 2008 17:46:47 +0000 (19:46 +0200)
committerVincent Pit <vince@profvince.com>
Thu, 16 Oct 2008 17:46:47 +0000 (19:46 +0200)
t/10-good.t
t/20-bad.t
t/22-bad-mixed.t

index d6b4a6aea32dcbfed5804272d67d3edc11429cbe..708397f73a9cd44126c4532acfd8af1b1edd1147 100644 (file)
@@ -19,6 +19,7 @@ sub meh;
  local $/ = "####\n";
  while (<DATA>) {
   chomp;
+  s/\s*$//;
   local $SIG{__WARN__} = sub { die 'warn:' . join(' ', @_) };
   {
    use indirect;
index 6c14518761826180e4167e5f8d62ab2f110b0136..6706d89c3a706d1a31f5706b47657411d1808741 100644 (file)
@@ -23,6 +23,7 @@ sub expect {
  local $/ = "####\n";
  while (<DATA>) {
   chomp;
+  s/\s*$//;
   local $SIG{__WARN__} = sub { die 'warn:' . join(' ', @_) };
   {
    use indirect;
index bbc2f23eb8f959e23987b99d99b50d144b40a975..76114da2eac95107e268b8ce9f1a534faed7f37d 100644 (file)
@@ -17,6 +17,7 @@ sub meh;
  local $/ = "####\n";
  while (<DATA>) {
   chomp;
+  s/\s*$//;
   local $SIG{__WARN__} = sub { die 'warn:' . join(' ', @_) };
   {
    use indirect;