Actions
Bug #516
closedREXML::Text#wrapは空白が含まれない場合を想定していない
Description
=begin
空白が含まれない string に対して place = string.rindex(' ', width) とすると nil が返るところ、
これをチェックせずそのまま分割位置に利用しています。
$ ruby-trunk sample.rb
ruby 1.9.0 (2008-08-29 revision 18925) [i386-darwin9.4.0]
Files
Updated by ko1 (Koichi Sasada) over 16 years ago
- Assignee set to matz (Yukihiro Matsumoto)
=begin
=end
Updated by ko1 (Koichi Sasada) over 16 years ago
- Assignee changed from matz (Yukihiro Matsumoto) to ser (Sean Russell)
=begin
=end
Updated by matz (Yukihiro Matsumoto) over 16 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r19487.
=end
Actions
Like0
Like0Like0Like0