diff options
| author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-15 14:37:18 +0000 |
|---|---|---|
| committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-15 14:37:18 +0000 |
| commit | abc1fbf6b22454366d957f427ef1e2ea32eda7e8 (patch) | |
| tree | 7d2d9d454ecb67d5acd5b36f7a344891af96777b /ChangeLog | |
| parent | 73c51efe974f7c0b9490680824f1f948ac797388 (diff) | |
| download | ruby-abc1fbf6b22454366d957f427ef1e2ea32eda7e8.tar.gz ruby-abc1fbf6b22454366d957f427ef1e2ea32eda7e8.tar.xz ruby-abc1fbf6b22454366d957f427ef1e2ea32eda7e8.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Thu May 15 23:36:09 2008 Yusuke Endoh <mame@tsg.ne.jp> + + * 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 <mame@tsg.ne.jp> * string.c (tr_find): String#delete returned wrong result when multiple |
