Skip to content

Commit 9753a27

Browse files
apetitpafabpot
authored andcommitted
Add a test case to prevent future regressions
1 parent 4fcb24b commit 9753a27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public function getInvalidEmails()
9696
array('example@'),
9797
array('example@localhost'),
9898
array('[email protected] bar'),
99+
array('[email protected]@'),
99100
);
100101
}
101102

0 commit comments

Comments
 (0)