summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-16 04:21:46 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-16 04:21:46 +0000
commit2df0301c72cfe9117d9fbdec0383a481dfe5e354 (patch)
treedd447944dec55ed9781d481530b3f690771dc8b8
parent9b3ab49b5da2078af3917ab44db0ba92d4aa721e (diff)
add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--bootstraptest/test_knownbug.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index 917091df0c..9949ac5f29 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -53,3 +53,6 @@ assert_normal_exit %q{
assert_normal_exit %q{
"abc".gsub(/./, "a" => "z")
}
+assert_normal_exit %q{
+ Encoding.compatible?("",0)
+}