Issue #3521184: Email validation to disallow invalid mail ids like extra spaces
1 unresolved thread
Closes #3521184
Merge request reports
Activity
added 11 commits
-
ab073cc2...62ad3f04 - 9 commits from branch
project:11.x
- 9af22399 - Merge branch '11.x' of https://git.drupalcode.org/project/drupal into...
- 1ce88b11 - I have updated email validation test file to use the strict validation.
-
ab073cc2...62ad3f04 - 9 commits from branch
added 1 commit
- 31b28f97 - I have updated email validation test file to use the strict validation.
28 28 $this->assertTrue($validator->isValid('example@example.com')); 29 29 $this->assertFalse($validator->isValid('example@example.com@')); 30 30 $this->assertFalse($validator->isValid('example@example .com')); 31 $this->assertFalse($validator->isValid('example@example')); changed this line in version 5 of the diff
Please register or sign in to reply