CS2113-AY1819S1-T12-2 / HealthBook

Health Book - An address book app for health care professionals
https://cs2113-ay1819s1-t12-2.github.io/main/
MIT License
0 stars 5 forks source link

addhist country does not allow for commas or special characters #163

Closed cs2113-bot-feedback closed 6 years ago

cs2113-bot-feedback commented 6 years ago

image

this makes it unable to add a sub name to the country, ie province or state.


Reported by: @bearperson1 Severity: Medium

[original: nusCS2113-AY1819S1/pe-1#414]

xShaivan commented 6 years ago

Unable to produce this bug on our team's end, however I realised that my regex did not allow whitespaces and hence has been resolved. Thanks for the feedback.