Changeset 22492 for t

Show
Ignore:
Timestamp:
10/03/08 00:27:20 (2 months ago)
Author:
azawawi
Message:

[t/spec] removed comment about evil unspecced chomp.newline

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S29-str/chomp.t

    r22490 r22492  
    5757    is($foo, "foo\n\n", ".chomp has no effect on the original string"); 
    5858    is($chomped, "foo\n", ".chomp returns correctly chomped value"); 
    59  
    60     # $chomped.chomp.newline 
    6159 
    6260    $chomped = $chomped.chomp;