vimdoc icon indicating copy to clipboard operation
vimdoc copied to clipboard

Add tests

Open Soares opened this issue 11 years ago • 2 comments

Tests would be nice.

Vimdoc is currently pretty hacky and fairly buggy.

Soares avatar Mar 20 '14 21:03 Soares

Vimdoc also has a side-effecty architecture that makes several of its existing limitations hard to solve. Separating the logic out into a parsing phase that builds a traversable model of the detected code and a generation phase that has access to that full model would enable us to knock out a bunch of these issues.

dbarnett avatar Apr 02 '15 17:04 dbarnett

And I guess independent of refactoring, we'll want integration tests that say "given this example plugin, vimdoc should produce output containing X, Y, and Z".

dbarnett avatar Apr 02 '15 17:04 dbarnett