CS2103-AY1819S1-T10-3 / main

LearnVocuabulary (LV) is a desktop application for people who prefer to use an offline version of the dictionary for learning purposes. More importantly, LV is optimized for those who prefer to work with a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI).
https://cs2103-ay1819s1-t10-3.github.io/main/
Other
0 stars 3 forks source link

You can have the same word multiple times in the list if the case is different. #133

Closed nus-se-bot closed 6 years ago

nus-se-bot commented 6 years ago

Expected: A word should only appear once in the list.

Actual: A word can appear multiple times. image


Reported by: @kokjianyu Severity: Medium

[original: nus-cs2103-AY1819S1/pe-dry-run#190]

russellry commented 6 years ago

Fixed this by ensuring every word passed into "learn" gets converted to first letter capital, the rest small capital