summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-16 05:48:42 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-16 05:48:42 +0000
commitc2459f35acbef17644d706f8f6386e1368040f96 (patch)
treed7b8671cb07b77d25234874d693fcb6c045d3bf0
parentd3f565ef2cf5ba65bd9303c686ea07232dac121c (diff)
add a test for [ruby-dev:33807]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15503 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 9949ac5f29..2c60ac4d91 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -56,3 +56,6 @@ assert_normal_exit %q{
assert_normal_exit %q{
Encoding.compatible?("",0)
}
+assert_normal_exit %q{
+ "".center(1, "\x80".force_encoding("utf-8"))
+}, '[ruby-dev:33807]'