summaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-28 09:03:43 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-28 09:03:43 +0000
commite0fd0a9845b2e46744141e8c24310df7efe9514b (patch)
treedaa87f16ce8569fb88059b82920869052559c02a /bootstraptest
parent828b78441df129be19a9c779e5c33965624ee6a1 (diff)
downloadruby-e0fd0a9845b2e46744141e8c24310df7efe9514b.tar.gz
ruby-e0fd0a9845b2e46744141e8c24310df7efe9514b.tar.xz
ruby-e0fd0a9845b2e46744141e8c24310df7efe9514b.zip
add a test.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_knownbug.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index c438231f2..094c27037 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -57,3 +57,7 @@ assert_normal_exit %q{
assert_normal_exit %q{
"".center(1, "\x80".force_encoding("utf-8"))
}, '[ruby-dev:33807]'
+
+assert_normal_exit %q{
+ Encoding.find(nil)
+}