mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 20:24:27 +08:00
tests: fix failing test
This commit is contained in:
@@ -34,7 +34,7 @@ describe 'init sections'
|
|||||||
end
|
end
|
||||||
|
|
||||||
it 'section x should be filetype'
|
it 'section x should be filetype'
|
||||||
Expect g:airline_section_x == '%{airline#util#prepend(\"\",0)}%{airline#util#wrap(airline#parts#filetype(),0)}'
|
Expect g:airline_section_x == '%{airline#util#prepend("",0)}%{airline#util#wrap(airline#parts#filetype(),0)}'
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'section y should be fenc and ff'
|
it 'section y should be fenc and ff'
|
||||||
|
|||||||
Reference in New Issue
Block a user