mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-01 11:14:54 +02:00
tests: fix failing test
after c7704c6bc7849a2c09ac the tests fail, because the tests expect '%l' in the output of `g:airline_section_z`, but it is now actually '%2l'. So let's change the expected output for the test. Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
c7704c6bc7
commit
7ad8c717c6
@ -47,7 +47,7 @@ Describe init.vim
|
||||
|
||||
It section z should be line numbers
|
||||
Assert Match(g:airline_section_z, '%p%%')
|
||||
Assert Match(g:airline_section_z, '%l')
|
||||
Assert Match(g:airline_section_z, '%2l')
|
||||
Assert Match(g:airline_section_z, '%v')
|
||||
End
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user