-
Notifications
You must be signed in to change notification settings - Fork 4
Lines with differences from start- to endcharacter not properly marked #83
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
Comments
I think it's the following line to blame, but it's imported when the lib was forked:
I think... ...it was meant for skipping code when there aren't any differences found by method |
Easy to find out. remove the lines, run the unit tests, run a visual test and create a PR :D |
Haha... I will. |
We collect and cover all new cases as soon as we discover them, even after the release! |
If a line is different at the other version from the first to the last character, the line isn't marked when inlineMarking is set to CHANGE_LEVEL_LINE.
If a line is different at the other version from the first to the last character, the line isn't marked when
inlineMarking
is set toCHANGE_LEVEL_LINE
.The text was updated successfully, but these errors were encountered: