Open kyouscrap opened 1 week 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]
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
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your reason]
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.