Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #823 from danshultz/string_chomp_passed_nil
string.chomp!(nil) returns nil
- Loading branch information
Showing
with
3 additions
and 3 deletions.
@@ -1,4 +1,2 @@ | ||
fails:String#chomp! when passed nil returns nil | ||
fails:String#chomp! when passed nil returns nil when self is empty | ||
fails:String#chomp removes the final carriage return, newline from a non-ASCII String | ||
fails:String#chomp! removes the final carriage return, newline from a non-ASCII String |