Aleksander Machniak
2014-01-24 5140c310645b1728f59e27d8f5fe37aeb2928d6f
tests/Framework/Mime.php
@@ -41,6 +41,7 @@
            21 => '"test test"@domain.tld',
            // invalid (#1489092)
            22 => '"John Doe @ SomeBusinessName" <MAILER-DAEMON>',
            23 => '=?UTF-8?B?IlRlc3QsVGVzdCI=?= <test@domain.tld>',
        );
        $results = array(
@@ -68,6 +69,7 @@
            21 => array(1, '', '"test test"@domain.tld'),
            // invalid (#1489092)
            22 => array(1, 'John Doe @ SomeBusinessName', 'MAILER-DAEMON'),
            23 => array(1, 'Test,Test', 'test@domain.tld'),
        );
        foreach ($headers as $idx => $header) {