Refactor tests to be isolated.

This commit is contained in:
Andy Stewart
2014-11-13 12:32:42 +01:00
parent a82bc509a9
commit b9f4173f7c
14 changed files with 92 additions and 100 deletions

View File

@@ -0,0 +1,10 @@
source helper.vim
call Setup()
execute "normal 5GoX\<CR>Y"
write
execute '6d'
write
call DumpSigns('orphanedSigns')
quit!