- Timestamp:
- 10/03/08 00:27:20 (2 months ago)
- Files:
-
- 1 modified
-
t/spec/S29-str/chomp.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S29-str/chomp.t
r22490 r22492 57 57 is($foo, "foo\n\n", ".chomp has no effect on the original string"); 58 58 is($chomped, "foo\n", ".chomp returns correctly chomped value"); 59 60 # $chomped.chomp.newline61 59 62 60 $chomped = $chomped.chomp;
