Skip to content

Conversation

vill-jiang
Copy link

oldS := `
asd
cvf
`
newS := `
asd
cvf
`
chars1, chars2, lineSlice := dmp.DiffLinesToChars(oldS, newS)

DiffLinesToChars do not hash same line to same value that including in chars1 and chars2.

Fix: DiffLinesToChars can not to hash same line string to same value.
@schrej
Copy link

schrej commented Nov 16, 2021

fixes #123

katbyte added a commit to katbyte/sergi-go-diff that referenced this pull request Aug 10, 2022
copy of sergi#125
katbyte added a commit to katbyte/sergi-go-diff that referenced this pull request Aug 10, 2022
katbyte added a commit to katbyte/sergi-go-diff that referenced this pull request Dec 12, 2024
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

Successfully merging this pull request may close these issues.

2 participants