summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-13 15:52:14 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-13 15:52:14 +0000
commit0327a222c40058918134034d161a3bdfc66fd9f8 (patch)
treeb083a2f4f57913865bf0f150b813eaf130dd5459 /ChangeLog
parent181f815591030e9659643f8d6802eb5397ddac86 (diff)
* test/ruby/test_parse.rb: add tests to achieve over 95% test coverage
of parse.y. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33c8697ad1..bbd3af0074 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Apr 14 00:51:40 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_parse.rb: add tests to achieve over 95% test coverage
+ of parse.y.
+
Sun Apr 13 23:53:58 2008 Akinori MUSHA <knu@iDaemons.org>
* enum.c (enum_cycle): Make Enumerable#cycle do a finite loop when