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

better appearance for reverse attribute

This commit is contained in:
Jesse Duffield
2022-04-15 10:56:49 +10:00
parent 6a153acc8f
commit 00afa30ebf
7 changed files with 35 additions and 37 deletions

View File

@ -53,12 +53,12 @@ func TestRenderFileTree(t *testing.T) {
},
expected: toStringSlice(
`
dir1
dir2
├─ dir2
├─ M file3
└─ M file4
└─ M file5
dir1
dir2
dir2
M file3
M file4
M file5
M file1
`,
),
@ -112,12 +112,12 @@ func TestRenderCommitFileTree(t *testing.T) {
},
expected: toStringSlice(
`
dir1
dir2
├─ dir2
├─ D file3
└─ M file4
└─ M file5
dir1
dir2
dir2
D file3
M file4
M file5
M file1
`,
),