aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-29 16:00:49 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-29 16:00:49 +0000
commit1f97d48800a1bc4f4831036100857b491d36680c (patch)
tree307a48773fcd6571e48163fc4b9af14a60420dbd /ChangeLog
parent595ad416f3187661c3f17b7738a66756827c7ebb (diff)
downloadruby-1f97d48800a1bc4f4831036100857b491d36680c.tar.gz
* test/ruby/test_regexp.rb: add tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dc39c5f9f..3e6148d726 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri May 30 00:59:47 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_regexp.rb: add tests.
+
Thu May 29 22:51:05 2008 Yusuke Endoh <mame@tsg.ne.jp>
* test/ruby/test_require.rb: add a test for load with wrap flag, to