cheeseong2001 / pe

0 stars 0 forks source link

Exit command does not work when given extra arguments #4

Open cheeseong2001 opened 6 months ago

cheeseong2001 commented 6 months ago

image.png

As per picture shown, when given command exit 12345, it successfully outputs Bye. Hope to see you again soon!. However the program does not end as per output. I was able to continue typing commands as shown above too. The program still tries to parse the given input.

The exit feature works but when deviated, the output generated does not match given behaviour.

nus-se-bot commented 5 months ago

Team's Response

indeed we check the first part divided by space to determine the type of command, but we check if the input is strictly equals to "exit" to determine whether to exit . however I think the serverity is low since the program is still running and you can type "exit" to exit or continue the test

Items for the Tester to Verify

:question: Issue severity

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

Reason for disagreement: [replace this with your explanation]