Diff doesn't handle arrays well when there are duplicate items

Issue #83 new
James Powell repo owner created an issue

Diff currently looks at all items and sees if an identical item existed before. This means [0,1,1,2] is “not different” than [0,1,2], or from [2,1,0,1].

Comments (0)

  1. Log in to comment