Diff view issues
Just noticed the following:
We have the code
input.to_s.sub(/[\r\n].+/,'').sub(/\\[rn].+/, '').strip
and in code diff it is missing the second backslash in the second sub statement:
no big deal, but looks like a parsing error. Viewing the file directly displays it correctly, so it seems to be only in the diff view