myers-diff icon indicating copy to clipboard operation
myers-diff copied to clipboard

A javascript test differentiation implementation based on An O(ND) Difference Algorithm and Its Variations (1986).

Results 2 myers-diff issues
Sort by recently updated
recently updated
newest added

Hey there! When using the library with `compare: 'words'`, only spaces are used as the delimiter. In reality new lines should also be considered a delimiter (and probably also tabs...

Hi everyone interested. Test case: call `Myers.diff('-aaha xxy 1','-aanv1 12',{'compare':'chars'})` It gives as a result 3 records of modifications: 1. "ha" (2 chars) removed at position 3 in the left...