Skip to content

Commit

Permalink
Add (passing) test re: bug: 14710
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 28, 2017
1 parent be726cf commit a4cf059
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/Horde/Mime/HeadersTest.php
Expand Up @@ -146,6 +146,11 @@ public function normalHeaderDecodeProvider()
'From',
'Firstname =?utf-8?b?U2Vjb25kw5Es?= Third <correct.email@host.com>',
'"Firstname SecondÑ, Third" <correct.email@host.com>'
),
array(
'From',
'=?utf-8?B?TGFuZXNza29nLCBKw7hyZ2Vu?= <Jorgen.Lanesskog@marinit.no>',
'"Lanesskog, Jørgen" <Jorgen.Lanesskog@marinit.no>'
)
);
}
Expand Down

0 comments on commit a4cf059

Please sign in to comment.