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:
@ -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,
|
||||
|
Reference in New Issue
Block a user