distill-io / diff-match-patch.rs

diff-match-patch for rust
16 stars 9 forks source link

Fix patch_splitmax #7

Closed eshurakov closed 3 years ago

eshurakov commented 3 years ago

This PR fixes an issue in patch_splitmax method.

Before the fix unit tests for patch_splitmax and patch_apply were failing

test test_patch_splitmax ... FAILED
test test_patch_apply ... FAILED

After the fix all unit tests are green.