Add test for reverting hunks.

This commit is contained in:
Andy Stewart
2014-11-13 15:30:48 +01:00
parent e5add67b03
commit d7a1785b94
3 changed files with 9 additions and 0 deletions

View File

View File

@@ -0,0 +1,2 @@
--- Signs ---

7
test/testHunkRevert.vim Normal file
View File

@@ -0,0 +1,7 @@
source helper.vim
call Setup()
normal 5Gi*
execute 'GitGutterRevertHunk'
call DumpSigns('hunkRevertSigns')
call DumpGitDiff('hunkRevertGitDiff')