jeffkaufman/icdiff

Diff on those two files shows that all the line has changed. Does not get granular to the character.

deragon opened this issue · 1 comments

Using the code of icdiff from this repository, branch master, as of 2021-02-18, the following occurs:

image

As you notice, the whole line is shown as changed while actually, only some characters have. Here is what vimdiff shows:

image

Same output with meld. Thus everything suggest that the problem is with icdiff and not the files.

Command used (click on the files below to download them):

icdiff filea.txt fileb.txt

icdiff is a wrapper around python's difflib. You could report this to python if you wanted, but unfortunately this isn't the kind of thing icdiff can fix.