Type addstudent -n sammy_ _ _ _ _ _ boyo -p 904020041 and addstudent -n sammy _ boyo -p 904020041 where "_" is a whitespace character.
Both people can be added to the app as shown in the image below.
Expected: App to reject the adding of that person because both of them are the same person semantically. The amount of whitespace between the words is not supposed to distinguish them as two separate people.
Actual: The app recognizes them as two different people.
Step to reproduce:
Type
addstudent -n sammy_ _ _ _ _ _ boyo -p 904020041
andaddstudent -n sammy _ boyo -p 904020041
where "_" is a whitespace character.Both people can be added to the app as shown in the image below.
Expected: App to reject the adding of that person because both of them are the same person semantically. The amount of whitespace between the words is not supposed to distinguish them as two separate people.
Actual: The app recognizes them as two different people.
[original: nus-cs2103-AY2122S2/pe-interim#2243] [original labels: severity.Low type.FeatureFlaw]