chipsenkbeil / vimwiki-rs

Rust library and tooling to parse, render, and modify vimwiki text and files.
56 stars 2 forks source link

Write tests for Cells and IntoCells table iterators #142

Closed chipsenkbeil closed 3 years ago

chipsenkbeil commented 3 years ago

They aren't properly tested and bugs were caught with those iterators.

chipsenkbeil commented 3 years ago

Also need to write tests for all other iterators as methods like zipping position are broken.