]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/ale/test/test_vim8_processid_parsing.vader

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Merge commit 'd49e95aa7ba744f0a7f544aca43afdb6aab41f24' as '.vim/bundle/asyncomplete...
[etc/vim.git] / .vim / bundle / ale / test / test_vim8_processid_parsing.vader
1 Execute(Vim8 Process ID parsing should work):
2   AssertEqual 123, ale#job#ParseVim8ProcessID('process 123 run')
3   AssertEqual 347, ale#job#ParseVim8ProcessID('process 347 failed')
4   AssertEqual 789, ale#job#ParseVim8ProcessID('process 789 dead')
5   AssertEqual 0, ale#job#ParseVim8ProcessID('no process')