mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-10 20:43:47 -05:00
Refactor tests to be isolated.
This commit is contained in:
10
test/testOrphanedSigns.vim
Normal file
10
test/testOrphanedSigns.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
source helper.vim
|
||||
call Setup()
|
||||
|
||||
execute "normal 5GoX\<CR>Y"
|
||||
write
|
||||
execute '6d'
|
||||
write
|
||||
call DumpSigns('orphanedSigns')
|
||||
|
||||
quit!
|
||||
Reference in New Issue
Block a user