tests: fix failing test

This commit is contained in:
Christian Brabandt 2018-03-15 22:09:02 +01:00
parent 724beb0c73
commit 700c9b9740
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -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'