Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the DiffMatchPatch word diff unit tests marked as skip #8

Open
evandrocoan opened this issue Oct 14, 2018 · 0 comments
Open

Fix the DiffMatchPatch word diff unit tests marked as skip #8

evandrocoan opened this issue Oct 14, 2018 · 0 comments

Comments

@evandrocoan
Copy link
Owner

evandrocoan commented Oct 14, 2018

The word diff marked as skip were introduced on commit:

  1. d2c5d43 - Set the default TestingUtilities diffMode to 0 characters because

The diff for theses tests case work fine if using diffMode=0 as characters. The problems noted rises when using the words and lines mode. However, the characters mode itself is not good on some situations because produce too much noise.

Then, perhaps create a automated way of detection which mode should be the best and automatically selection whether it will be character, word or line mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant