You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing this in JS
diff_match_patch.prototype.patch_make("Welcome to Orchard!", "Welcome to
Orchard!l");
produces this...
[{\"diffs\":[[0,\"Welcome to Orchard!\"],[1,\"kk\"],[0,\"Welcome to
Orchard!\"]],\"start1\":0,\"start2\":0,\"length1\":38,\"length2\":40}]
Where as in C#, it will produces a different set of patches, this causes errors
when applying those patches in C#
Original issue reported on code.google.com by [email protected] on 10 Feb 2013 at 11:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 10 Feb 2013 at 11:44The text was updated successfully, but these errors were encountered: