jdc8 / wikitcl

Automatically exported from code.google.com/p/wikitcl
0 stars 0 forks source link

Inconsistent whitespace detection #301

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. http://wiki.tcl.tk/_/diff?N=3891#diff0

The first "DefM COMMENT" line is correctly identified as a whitespace change.

The second "DefM COMMENT" line is correct identified as new.

The third "DefM STRING_LITERAL" line is *incorrectly* identified as a replaced 
line (delete followed by add) even though whitespace is the only difference.

The fourth "DefM STRING_LITERAL" line is correctly identified as a whitespace 
change.

Original issue reported on code.google.com by andrew.m.goth@gmail.com on 8 Apr 2014 at 2:07

GoogleCodeExporter commented 9 years ago
The link should be http://wiki.tcl.tk/_/diff?N=3891&V=33&D=32&W=0#diff0 which 
will survive further edits to the page

Original comment by andrew.m.goth@gmail.com on 8 Apr 2014 at 2:12