mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
Fix tests in left_padded
This commit is contained in:
parent
c0ce41540e
commit
467ab5b68e
@ -16,7 +16,7 @@ func TestLeftPadMaxLine(t *testing.T) {
|
||||
},
|
||||
{
|
||||
"foofoofoo",
|
||||
"foo…",
|
||||
"f...",
|
||||
4,
|
||||
0,
|
||||
},
|
||||
@ -28,13 +28,13 @@ func TestLeftPadMaxLine(t *testing.T) {
|
||||
},
|
||||
{
|
||||
"foo",
|
||||
" f…",
|
||||
" ...",
|
||||
4,
|
||||
2,
|
||||
},
|
||||
{
|
||||
"foofoofoo",
|
||||
" foo…",
|
||||
" f...",
|
||||
6,
|
||||
2,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user