diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-06 10:09:44 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-06 10:09:44 +0000 |
commit | f823af05418f4e3d38894dbcecc29f208bef51ce (patch) | |
tree | e17969a0eb390ce9973781b25adebf62c9ca6e93 /bootstraptest | |
parent | 55a24b092c0f17fc259ec832a42b6a0589525b89 (diff) | |
download | ruby-f823af05418f4e3d38894dbcecc29f208bef51ce.tar.gz ruby-f823af05418f4e3d38894dbcecc29f208bef51ce.tar.xz ruby-f823af05418f4e3d38894dbcecc29f208bef51ce.zip |
reproduce segv.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r-- | bootstraptest/test_knownbug.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb index 38f42adac..ae72e35b8 100644 --- a/bootstraptest/test_knownbug.rb +++ b/bootstraptest/test_knownbug.rb @@ -11,7 +11,7 @@ assert_equal '0', %q{ }, '[ruby-dev:32404]' assert_normal_exit %q{ - "abcd\xf0".force_encoding("utf-8").reverse.inspect + "abcdefghij\xf0".force_encoding("utf-8").reverse.inspect }, '[ruby-dev:32448]' assert_equal 'ok', %q{ |