From 700c9b9740a8db365f0e5d7b5638f330ae1d5d8f Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 15 Mar 2018 22:09:02 +0100 Subject: [PATCH] tests: fix failing test --- t/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/init.vim b/t/init.vim index 9fb21e80..b75d1851 100644 --- a/t/init.vim +++ b/t/init.vim @@ -34,7 +34,7 @@ describe 'init sections' end 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 it 'section y should be fenc and ff'