rust-dc / fish-manpage-completions

Straight port of fish-shell's Python manpage completion script to Rust
19 stars 8 forks source link

impl: deroff, to_tbl, spec #99

Closed charliethomson closed 4 years ago

scooter-dangle commented 4 years ago

do_tbl and spec can be easily tested, I think we should add tests for them.

Seconded. If we're at a point where we don't have to worry about unreachable! code, should have tests. For example, they'd simplify verifying @pickfire's reduced-allocation refactor.