Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed extract_word() for n>number of words
- extract_word("a,b,c",",",5) was returning "c" when it should have returned "". It turns out we had no instances where we used this or tested for it. - Fixed bug. - Added use case in unit_tests. - No answer changes.
- Loading branch information