ruby-changes:4011
From: ko1@a...
Date: Sat, 16 Feb 2008 13:22:34 +0900 (JST)
Subject: [ruby-changes:4011] akr - Ruby:r15501 (trunk): add a test.
akr 2008-02-16 13:21:46 +0900 (Sat, 16 Feb 2008) New Revision: 15501 Modified files: trunk/bootstraptest/test_knownbug.rb Log: add a test. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_knownbug.rb?r1=15501&r2=15500&diff_format=u Index: bootstraptest/test_knownbug.rb =================================================================== --- bootstraptest/test_knownbug.rb (revision 15500) +++ bootstraptest/test_knownbug.rb (revision 15501) @@ -53,3 +53,6 @@ assert_normal_exit %q{ "abc".gsub(/./, "a" => "z") } +assert_normal_exit %q{ + Encoding.compatible?("",0) +} -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/