From 0009239f29039f5f4534eb56c1f8a907b28d744c Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Thu, 31 May 2012 16:29:47 +0900 Subject: reimplement String#chomp --- test/t/string.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/t/string.rb b/test/t/string.rb index 76df18aaf..f38790c17 100644 --- a/test/t/string.rb +++ b/test/t/string.rb @@ -85,7 +85,7 @@ assert('String#chomp', '15.2.10.5.9') do d == "abc\n" and e == 'abc' and f == "abc\n" end -assert('String#chomp', '15.2.10.5.10') do +assert('String#chomp!', '15.2.10.5.10') do a = 'abc' b = '' c = "abc\n" -- cgit v1.2.3