Project

General

Profile

Bug #8602 » rexml-text-append-fix.patch

ohai (Ippei Obayashi), 07/05/2013 03:36 AM

View differences:

lib/rexml/text.rb
# of this text node.
def <<( to_append )
@string << to_append.gsub( /\r\n?/, "\n" )
@normalized = @unnormalized = nil
end
(1-1/2)