mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
handle filenames with spaces better
This commit is contained in:
@ -45,7 +45,7 @@ func TestDiff(t *testing.T) {
|
||||
DisplayString: " D deleted_staged",
|
||||
},
|
||||
{
|
||||
Name: "\"file with space staged\"",
|
||||
Name: "file with space staged",
|
||||
HasStagedChanges: true,
|
||||
HasUnstagedChanges: false,
|
||||
Tracked: false,
|
||||
|
Reference in New Issue
Block a user