mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 14:49:06 +08:00
Merge pull request #2102 from kazukazuinaina/fix_coc_test
fix coc extension's unit test
This commit is contained in:
commit
02a0ab4b59
|
@ -30,7 +30,7 @@ describe 'init sections'
|
|||
end
|
||||
|
||||
it 'section c should be file and coc_status'
|
||||
Expect g:airline_section_c == '%<%f%m %#__accent_red#%{airline#util#wrap(airline#parts#readonly(),0)}%#__restore__#%#__accent_airline_term#%#__restore__#'
|
||||
Expect g:airline_section_c == '%<%f%m %#__accent_red#%{airline#util#wrap(airline#parts#readonly(),0)}%#__restore__#%#__accent_bold#%#__restore__#'
|
||||
end
|
||||
|
||||
it 'section x should be filetype'
|
||||
|
|
Loading…
Reference in New Issue
Block a user