Make WordPress Core

Ticket #53130: 53130.diff

File 53130.diff, 479 bytes (added by desrosj, 4 years ago)
  • tests/phpunit/tests/formatting/IsEmail.php

     
    1111                        'ace@204.32.222.14',
    1212                        'kevin@many.subdomains.make.a.happy.man.edu',
    1313                        'a@b.co',
     14                        'bill+ted@example.com',
    1415                );
    1516                foreach ( $data as $datum ) {
    1617                        $this->assertSame( $datum, is_email( $datum ), $datum );