We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72ecce commit 9680e57Copy full SHA for 9680e57
gix-diff/tests/rewrites/tracker.rs
@@ -419,7 +419,7 @@ fn rename_by_similarity_reports_limit_if_encountered() -> crate::Result {
419
&mut track,
420
[
421
(Change::deletion(), "a", "first\nsecond\n"),
422
- (Change::addition(), "b", "first\nsecond\n"),
+ (Change::addition(), "b", "firt\nsecond\n"),
423
(Change::addition(), "c", "second\nunrelated\n"),
424
],
425
);
@@ -464,7 +464,7 @@ fn rename_by_50_percent_similarity() -> crate::Result {
464
465
466
467
468
469
470
0 commit comments