Regex101
Regex101 copied to clipboard
Task 9: Missing symbol tests after first dot of local part
Test 37 says
Test 37/56: !#$%&'*+-/=?^_`{|}~ must be allowed in the local-part.
but the test only checks if they are allowed before the first dot. It doesn't check if they're also allowed after the first dot.