Fix number of spaces
This commit is contained in:
parent
e3d0649372
commit
e34a372f10
|
@ -233,7 +233,7 @@ def main(attempts=3):
|
|||
),
|
||||
get_expected_result(
|
||||
tmux_version,
|
||||
expected_result_old=('{bg:' + (' ' * dim.cols) + '}', base_attrs),
|
||||
expected_result_old=('{bg:' + (' ' * 40) + '}', base_attrs),
|
||||
expected_result_1_7=(
|
||||
'{lead: 0 }'
|
||||
'{leadsep: }{bg: <}{4:h }{bg: }{5: }'
|
||||
|
|
Loading…
Reference in New Issue