1
0
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:
Jesse Duffield
2018-08-19 20:13:29 +10:00
parent 2008607108
commit 35884f81e9
2 changed files with 10 additions and 13 deletions

View File

@ -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,