From 0589013b5c5afe1221fec49a0ac94284bb11a2da Mon Sep 17 00:00:00 2001 From: mame Date: Sun, 17 Feb 2008 11:13:22 +0000 Subject: * test/ruby/test_regexp.rb: add tests to achieve over 90% test coverage of re.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a7f068a26..d94a99fa5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Feb 17 20:12:41 2008 Yusuke Endoh + + * test/ruby/test_regexp.rb: add tests to achieve over 90% test + coverage of re.c. + Sun Feb 17 15:25:08 2008 NARUSE, Yui * encoding.c (ENC_CODERANGE_AND): added. -- cgit