bloznelis / typioca

Cozy typing speed tester in terminal
MIT License
750 stars 22 forks source link

Fix word generator taking empty words #39

Closed bloznelis closed 2 years ago

bloznelis commented 2 years ago

Previous fix we had merely ignored the last line from word list (which is commonly is some kind of whitespace, usually newline). But for word lists generated with Clojure scripts, it effectively ignored the last word, which is not ideal.

This fixes that by checking whether the word we are pulling in is not empty.