sean-phang / pe

0 stars 0 forks source link

Addition arguments allowed for exit command #4

Open sean-phang opened 2 years ago

sean-phang commented 2 years ago

The exit command still runs even if additional arguments are passed to it

Steps to reproduce: run the command exit 1

Expected: Too many arguments exception

Actual: program exits normally

image.png

nus-pe-script commented 2 years ago

Team's Response

There is no mention that the exit command will reject inputs with too many arguments. In fact, rejecting such inputs could be considered overzealous input validation.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]