mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
legacy tests: migrate test102
This commit is contained in:

committed by
Thiago de Arruda

parent
dbc7a8d987
commit
d4f92e521c
@@ -1,12 +0,0 @@
|
||||
Test if fnameescape is correct for special chars like !
|
||||
|
||||
STARTTEST
|
||||
:%d
|
||||
:let fname = 'Xspa ce'
|
||||
:try | exe "w! " . fnameescape(fname) | put='Space' | endtry
|
||||
:let fname = 'Xemark!'
|
||||
:try | exe "w! " . fnameescape(fname) | put='ExclamationMark' | endtry
|
||||
:w! test.out
|
||||
:qa!
|
||||
ENDTEST
|
||||
|
@@ -1,3 +0,0 @@
|
||||
|
||||
Space
|
||||
ExclamationMark
|
Reference in New Issue
Block a user