mirror of
https://github.com/neovim/neovim.git
synced 2026-08-31 03:13:48 +00:00
oldtest: windows: revert setting shellslash individually (#10189)
* Revert "oldtests: win: shellslash for cdpath,tags,:find" This reverts commit6245b4873d. * Revert "oldtests: set shellslash for ":cd" test" This reverts commiteba1ebafe5. * Revert "oldtests: set shellslash in Test_shellescape()" This reverts commite428fc4b52. * Revert "fixup! vim-patch:8.0.1782: no simple way to label quickfix entries" This reverts commitac1fbc2860. * Revert "test/old: pass Test_statusline on Windows" This reverts commit6efa3bff09. * Revert "oldtests: set shellslash for Test_non_zero_arg" This reverts commit42e1e2495c. * Revert "oldtests: set shellslash in Test_true_false_arg()" This reverts commit8bd194f98a. * Remove unnecessary set shellslash Since #10679 no longer requires individual set shellslash, it is removed. Co-Authored-By: erw7 <erw7.github@gmail.com>
This commit is contained in:
@@ -139,8 +139,6 @@ func XlistTests(cchar)
|
||||
\ ' 5:50 col 25 55: one'], l)
|
||||
|
||||
" Test for module names, one needs to explicitly set `'valid':v:true` so
|
||||
let save_shellslash = &shellslash
|
||||
set shellslash
|
||||
call g:Xsetlist([
|
||||
\ {'lnum':10,'col':5,'type':'W','module':'Data.Text','text':'ModuleWarning','nr':11,'valid':v:true},
|
||||
\ {'lnum':20,'col':10,'type':'W','module':'Data.Text','filename':'Data/Text.hs','text':'ModuleWarning','nr':22,'valid':v:true},
|
||||
@@ -149,7 +147,6 @@ func XlistTests(cchar)
|
||||
call assert_equal([' 1 Data.Text:10 col 5 warning 11: ModuleWarning',
|
||||
\ ' 2 Data.Text:20 col 10 warning 22: ModuleWarning',
|
||||
\ ' 3 Data/Text.hs:30 col 15 warning 33: FileWarning'], l)
|
||||
let &shellslash = save_shellslash
|
||||
|
||||
" Error cases
|
||||
call assert_fails('Xlist abc', 'E488:')
|
||||
|
||||
Reference in New Issue
Block a user