Add tests.

This commit is contained in:
Andy Stewart
2014-11-14 14:06:49 +01:00
parent dfe985a1a6
commit 6cef76aa99
6 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
source helper.vim
let tmpfile = 'untrackedFileWithinRepo.tmp'
call system('touch '.tmpfile)
edit tmpfile
call DumpSigns('untrackedFileWithinRepo')
call system('rm '.tmpfile)