summaryrefslogtreecommitdiffstats
path: root/test/alphabet.txt
AgeCommit message (Collapse)Author
2021-07-23Improve error handling38-unwrap-on-empty-choiceRyan Geary
Create choose::Error and choose::Result Improve error propogation Improve error printing Add tests for negative indices Add get_negative_start_end tests Fixup negative choice indexing Remove most uses of unwrap Fixes #38