From 9a82b5b3a62382487f06f32aac94a22df9770031 Mon Sep 17 00:00:00 2001 From: Nik Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Thu, 20 Mar 2025 02:04:40 +0000 Subject: [PATCH] test: add extra step to test case --- helix-vcs/src/git/blame.rs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/helix-vcs/src/git/blame.rs b/helix-vcs/src/git/blame.rs index d2d4416c..c8ec987b 100644 --- a/helix-vcs/src/git/blame.rs +++ b/helix-vcs/src/git/blame.rs @@ -417,6 +417,7 @@ mod test { "}" 1, " five" 5, " four" 5; + // several lines deleted 5 no_commit => " six" 5, " three" 5, @@ -429,6 +430,14 @@ mod test { "}" 1, " five" 5, " four" 5; + // committing the deleted changes + 6 => + " six" 5, + " three" 5, + " four" 5, + "}" 1, + " five" 5, + " four" 5; }; }