diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-29 04:31:50 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-29 04:31:50 +0000 |
commit | 8d891c3fd614e2822d53b53de18e049145da1094 (patch) | |
tree | e6904956fd3243d0b7908787429cfb00ec2c3410 | |
parent | eff7ee84ab6b497f109c92bbb9bd0bed9f00279b (diff) | |
download | ruby-8d891c3fd614e2822d53b53de18e049145da1094.tar.gz ruby-8d891c3fd614e2822d53b53de18e049145da1094.tar.xz ruby-8d891c3fd614e2822d53b53de18e049145da1094.zip |
changelog for previous change.
* bootstraptest/test_knownbug.rb: add a test reported by
Kazuhiro NISHIYAMA. [ruby-dev:32819].
add a test reported by Frederick Cheung. [ruby-core:14556].
* test/ruby/test_m17n.rb (test_gsub): add a test reported by
Sam Ruby. [ruby-core:14566]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sat Dec 29 13:29:29 2007 Tanaka Akira <akr@fsij.org> + + * bootstraptest/test_knownbug.rb: add a test reported by + Kazuhiro NISHIYAMA. [ruby-dev:32819]. + add a test reported by Frederick Cheung. [ruby-core:14556]. + + * test/ruby/test_m17n.rb (test_gsub): add a test reported by + Sam Ruby. [ruby-core:14566] + Sat Dec 29 04:46:58 2007 GOTOU Yuuzou <gotoyuzo@notwork.org> * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throws): |