summaryrefslogtreecommitdiffstats
path: root/bootstraptest
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
commitb7f896842f07d307798541cffbe00113c2922af2 (patch)
treedd447944dec55ed9781d481530b3f690771dc8b8 /bootstraptest
parent4181a9e9df56e6001bacc268500b1b90c4dc1fff (diff)
downloadruby-b7f896842f07d307798541cffbe00113c2922af2.tar.gz
ruby-b7f896842f07d307798541cffbe00113c2922af2.tar.xz
ruby-b7f896842f07d307798541cffbe00113c2922af2.zip
add a test.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-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 917091df0..9949ac5f2 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)
+}