kahhe / pe

Repo for potential bugs I found for CS2113T Practical Exam
0 stars 0 forks source link

Inconsistent error command in card menu #4

Open kahhe opened 2 years ago

kahhe commented 2 years ago

both inputs are somewhat integers but they invoke different messages.

Enter the ID of card (-1 to exit): 090009090012934
Please enter an integer.
Enter the ID of card (-1 to exit): 0123
OOPS! It seems that you input an invalid card id, Please try again!
soc-pe-bot commented 2 years ago

Team's Response

Hi, thank you for your advice. The first one is because it is out of int range, so it will not considered as integer.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]