8000 Add a test case to prevent future regressions · maidmaid/symfony@9753a27 · GitHub
[go: up one dir, main page]

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('foo@example.com bar'),
99+
array('foo@bar.fr@'),
99100
);
100101
}
101102

0 commit comments

Comments
 (0)
0