1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Add test demonstrating selection bug when staging a range of lines

The selected line is not in the right position after staging a range of lines;
see next commit.
This commit is contained in:
stk
2023-02-14 10:47:31 +01:00
parent ff2a799200
commit 97daec7228
2 changed files with 43 additions and 0 deletions

View File

@ -52,6 +52,7 @@ var tests = []*components.IntegrationTest{
commit.Unstaged,
commit.StagedWithoutHooks,
commit.DiscardOldFileChange,
commit.StageRangeOfLines,
custom_commands.Basic,
custom_commands.FormPrompts,
custom_commands.MenuFromCommand,