mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-31 12:40:28 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0311a5f117 | |||
| 9d48c27245 |
@@ -25,6 +25,7 @@ jobs:
|
||||
|
||||
name: PHP ${{ matrix.php }} / ${{ matrix.deps }}
|
||||
|
||||
environment: Test
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@@ -150,6 +150,8 @@ class RFCValidationTest extends TestCase
|
||||
['\r\n \r\n test@iana.org'],
|
||||
['test;123@foobar.com'],
|
||||
['examp║le@symfony.com'],
|
||||
['example@invalid-.domain.com'],
|
||||
['example@-invalid.com'],
|
||||
['0'],
|
||||
[0],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user