From abc1fbf6b22454366d957f427ef1e2ea32eda7e8 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 15 May 2008 14:37:18 +0000 Subject: * test/ruby/test_string.rb: add tests to achieve over 90% test coverage of string.c. * test/ruby/test_m17n.rb: ditto. * test/ruby/test_symbol.rb: ditto. * test/ruby/test_pack.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a0c4f4634..108c0aad0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Thu May 15 23:36:09 2008 Yusuke Endoh + + * test/ruby/test_string.rb: add tests to achieve over 90% test + coverage of string.c. + + * test/ruby/test_m17n.rb: ditto. + + * test/ruby/test_symbol.rb: ditto. + + * test/ruby/test_pack.rb: ditto. + Thu May 15 23:01:06 2008 Yusuke Endoh * string.c (tr_find): String#delete returned wrong result when multiple -- cgit