LamJiuFong / pe

0 stars 0 forks source link

Wrong error message for zero index in mark and unmark command #1

Open LamJiuFong opened 9 months ago

LamJiuFong commented 9 months ago

When a user types unmark 0 1, the error message is: Animal Index cannot be negative! Please provide a positive integer index.

while the provided animal index is not a negative number.

nus-se-script commented 9 months ago

Team's Response

Yes, we agree that by definition, 0 is not a negative number. However, in the error message, we specified the correct input, where it has to be positive. So, it is unlikely for the user to not know what to do.

Items for the Tester to Verify

:question: Issue severity

Team chose [severity.VeryLow] Originally [severity.Low]

Reason for disagreement: [replace this with your explanation]