From e0fd0a9845b2e46744141e8c24310df7efe9514b Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 28 Feb 2008 09:03:43 +0000 Subject: add a test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_knownbug.rb | 4 ++++ 1 file changed, 4 insertions(+) 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) +} -- cgit