kana / vim-vspec

Vim plugin: Testing framework for Vim script
http://www.vim.org/scripts/script.php?script_id=3012
220 stars 13 forks source link

Revert changes on :SKIP/:TODO messages #47

Closed kana closed 9 years ago

kana commented 9 years ago

These changes https://github.com/kana/vim-vspec/compare/1.5.0...revise-skip-todo-messages are actually problematic. prove treats text after # as a directive. If description contains # like describe 'autoload#function', prove treats function ... as a directive. So that :SKIP/:TODO messages are not correctly recognized by prove. Especially :TODO causes a failure of tests.