1330: minor inconsistency when differencing white characters

marc****@gmai***** (Google Code) (Is this you? Claim this profile.)
Sept. 25, 2009
What version are you running?
1.1 alpha 1 (same with 1.0.3 and 1.0)

What's the URL of the page containing the problem?
http://reviews.review-board.org/r/1001/diff/#index_header

What steps will reproduce the problem?
1. just display the page

What is the expected output? What do you see instead?
For the file contrib/conf/settings_local.py.tmpl, lines 2-7, only differences on lines 2-5 are 
highlighted. Lines 6-7 have no highlighted differences, even if they exist (more space characters 
on the right side between '' and # than on the left side).

What operating system are you using? What browser?
N/A

Please provide any additional information below.
N/A
david
#1 david
This isn't a bug. Things which are purely whitespace changes are hidden by default.
You can toggle display of them with the "show/hide whitespace changes" in the lower
right of the header box, just before the diff starts.
  • +NotABug