Просмотр исходного кода

Add test case for unescaped spaces in &rtp

Junegunn Choi 11 лет назад
Родитель
Сommit
54fc8a4fc7
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      test/regressions.vader

+ 8 - 0
test/regressions.vader

@@ -218,3 +218,11 @@ Execute (#159: shell=/bin/tcsh):
     let &shell = org
   endtry
 
+**********************************************************************
+Execute (#154: Spaces in &rtp should not be escaped):
+  call plug#begin('$TMPDIR/plug it')
+  Plug 'seoul256 vim'
+  call plug#end()
+  Log &rtp
+  Assert stridx(&rtp, 'plug it/seoul256 vim') >= 0
+