From e5bda1f40cb8def8871380a3bf8809bc75ccc313 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 5 Jun 2008 14:33:01 +0000 Subject: * test/stringio/test_stringio.rb: add tests to achieve over 95% test coverage of stringio. * test/strscan/test_stringscanner.rb: ditto for strscan. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a47ded05b..8efc5a307 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Jun 5 23:31:21 2008 Yusuke Endoh + + * test/stringio/test_stringio.rb: add tests to achieve over 95% test + coverage of stringio. + + * test/strscan/test_stringscanner.rb: ditto for strscan. + Thu Jun 5 23:25:34 2008 Yusuke Endoh * eval.c (ruby_finalize_0): clear trace_func after executing END -- cgit