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

CreateCharacterDiffs output is incorrect #141

Open
huigy opened this issue Sep 4, 2024 · 1 comment
Open

CreateCharacterDiffs output is incorrect #141

huigy opened this issue Sep 4, 2024 · 1 comment

Comments

@huigy
Copy link

huigy commented Sep 4, 2024

var differ = new Differ();
var diffResult = differ.CreateCharacterDiffs("12111", "111", false);

Incorrect output: 21
Correct output: 2, 11

@mmanela
Copy link
Owner

mmanela commented Sep 4, 2024

Why do you think that is the correct output?

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

No branches or pull requests

2 participants