zunedz / pe

0 stars 0 forks source link

Adding two emojis at the end of the job name causing invalid format error #7

Open zunedz opened 2 years ago

zunedz commented 2 years ago

Use this command: add -p p/Junior Back-end Software Engineer 👩🏾‍💻🧑🏾‍💻o/3 d/Must be able to work remotely. Teams are assigned during on-boarding process. r/Computer Science Bachelors r/Experience with SQL Screenshot 2022-04-16 at 3.04.06 PM.png

nus-pe-script commented 2 years ago

Team's Response

The command the tester used is invalid. There is no whitespace after the emoji before the o/: add -p p/Junior Back-end Software Engineer 👩🏾‍💻🧑🏾‍💻o/3

The correct command with a whitespace works: add -p p/Junior Back-end Software Engineer 👩🏾‍💻🧑🏾‍💻 o/3 d/Must be able to work remotely. Teams are assigned during on-boarding process. r/Computer Science Bachelors r/Experience with SQL

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Between each prefix in the command is not necessarily separated by a space, for example: add -p p/Junior Back-end Software Engineer o/3 d/Must be able to work remotely. Teams are assigned during on-boarding process. r/Computer Science Bachelors r/Experience with SQL will still work.