From b8118e9645ca5e656975b6dae9ac88219fecee23 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: svn+ssh://ci.ruby-lang.org/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 a0c4f4634f..108c0aad0c 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 v1.2.3