Bram Moolenaar <[email protected]> wrote: > Patch 7.4.2183 > Problem: Sign tests are old style. > Solution: Turn them into new style tests. (Dominique Pelle) > Files: src/Makefile, src/testdir/Make_all.mak, src/testdir/test_signs.in, > src/testdir/test_signs.ok, src/testdir/test_signs.vim,
Strange, this patch was meant to increase test coverage but according to https://coveralls.io/github/vim/vim?branch=master coverage dropped from 66.37% to 65.88% with this patch!? I'm not sure why. The new test should test more than the old one. Ah, I see that the new test does not test sign with split window. I'll add that soon, but I don't think it explains loosing ~0.5% overall. Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
