wert007 / tabelle

It is a spreadsheet program for your terminal. Written in rust.
MIT License
1 stars 1 forks source link

Fix csv parser bug with explicit empty cells #6

Closed wert007 closed 1 year ago

wert007 commented 1 year ago

If you had a csv file with multiple separators next to each other, without any other text, the parser failed. This is fixed and a simple test was added for this.