dionegoh / pe

0 stars 0 forks source link

wrong error message #6

Open dionegoh opened 2 years ago

dionegoh commented 2 years ago

image.png

should throw an invalid index error instead of invalid command format error

nus-se-script commented 2 years ago

Team's Response

We have already specified that the format of the command has to intake a positive integer, as any nonpositive integer will show an error message. Since the format only allows positive integers, inputting a 0 is considered the wrong format. Only if integers such as 999 is the input, then will trigger an invalid index error.

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]