kyouscrap / pe

0 stars 0 forks source link

Error message of email has conflicting messages #2

Open kyouscrap opened 1 week ago

kyouscrap commented 1 week ago

image.png

image.png

This is the error message produced when an invalid email is entered.

Input: "add_guest n/ John p/ 123123 e/ test@ a/ NUS"

The first part of the error message says that domain labels are separated by periods, while the second part states that the domain labels are separated by hyphens.

nus-pe-bot commented 5 days ago

[IMPORTANT!: Please do not edit or reply to this comment using the GitHub UI. You can respond to it using CATcher during the next phase of the PE]

Team's Response

The first error message provided by the tester states that the domain labels are separated by periods (e.g., example.com). The second error message provided by the tester states that the domain labels themselves can have alphanumeric characters, which can be separated only by hyphens. This means that hyphens can be used within a domain label to separate alphanumeric characters

Therefore, the two error messages are not conflicting. Periods can be used as separators between domain labels, while hyphens can be used as separators between alphanumeric characters in a domain label

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your reason]