issues
search
halostatue
/
diff-lcs
Generate difference sets between Ruby sequences.
http://halostatue.github.com/diff-lcs
Other
290
stars
57
forks
source link
Fix an issue with negative hunk max_size
#58
Closed
halostatue
closed
4 years ago
halostatue
commented
4 years ago
Resolves #57.
The
diff_size
should be an absolute value.
Added a test to ensure that the issue does not introduce a regression.
Resolves #57.
diff_size
should be an absolute value.