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