Skip to content

Commit

Permalink
ci: fix failing test
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brabandt <cb@256bit.org>
  • Loading branch information
chrisbra committed Oct 11, 2023
1 parent 3854429 commit ec74913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/init.vimspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Describe init.vim
End

It section x should be filetype
Assert Equals(g:airline_section_x, '%#__accent_bold#%#__restore__#%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#wrap(airline#parts#filetype(),0)}')
Assert Equals(g:airline_section_x, '%#__accent_bold#%#__restore__#%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#wrap(airline#parts#filetype(),0)}')
End

It section y should be fenc and ff
Expand Down

0 comments on commit ec74913

Please sign in to comment.