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

8
test/testRemoveLines.vim Normal file
View File

@@ -0,0 +1,8 @@
source helper.vim
call Setup()
execute '5d'
write
call DumpSigns('removeLines')
quit!