[svn:parrot] r42739 - trunk/t/codingstd

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 17:51:43 UTC 2009


Author: jkeenan
Date: Sat Nov 21 17:51:43 2009
New Revision: 42739
URL: https://trac.parrot.org/parrot/changeset/42739

Log:
Delete inline comment referring to resolved RT #60616.

Modified:
   trunk/t/codingstd/linelength.t

Modified: trunk/t/codingstd/linelength.t
==============================================================================
--- trunk/t/codingstd/linelength.t	Sat Nov 21 17:50:36 2009	(r42738)
+++ trunk/t/codingstd/linelength.t	Sat Nov 21 17:51:43 2009	(r42739)
@@ -77,7 +77,7 @@
         $line =~ s/\t/' ' x (1 + length($`) % 8)/eg;  # expand \t
         next if $line =~ m/https?:\/\//;              # skip long web addresses
         next if $line =~ m/\$Id:/;
-        next if $line =~ m/CONST_STRING\(/;           # see RT #60616, no line splits with CONST_STRING
+        next if $line =~ m/CONST_STRING\(/;
 
         return sprintf '%s:%d: %d cols', $file, $., length($line)
             if length($line) > $num_col_limit;


More information about the parrot-commits mailing list