vim-vimlparser icon indicating copy to clipboard operation
vim-vimlparser copied to clipboard

Require tests for commands

Open mattn opened this issue 8 years ago • 1 comments
trafficstars

We should test command definition. Add tests with possible lines like below.

:'<,'>ldo

mattn avatar May 27 '17 14:05 mattn

I think we should add tests for each flag for builtin commands whose parser is "parse_cmd_common". Not writing tedious all builtin commands tests.

If the parser is not "parse_cmd_common", we should add tests for the command. (like parse_wincmd)

haya14busa avatar May 27 '17 15:05 haya14busa