I have been looking for solutions for integrating prove's output into
vim as compiler output. I generally use Test::More and
Test::Exception.
I have come across two vim scripts for doing this [1] from
vim.org and
[2] from perlmonks.
However, neither script correctly reads the the prove output. Mostly
I'm wondering if anyone knows how to properly edit vim's errorformat
to read the output.
Sample output follows.
===
# Failed test 'Foo called okay'
# at t/03_csv.t line 31.
# got: 'danny=1,universe=42'
# expected: '7'
# Looks like you failed 1 test of 6.
===
[1]
http://www.vim.org/scripts/script.php?script_id=1319
[2]
http://www.perlmonks.org/index.pl?node_id=434793