summaryrefslogtreecommitdiff
path: root/t/t5100/rfc2047-info-0004
AgeCommit message (Collapse)Author
2009-02-01mailinfo: cleanup extra spaces for complex 'From:'Kirill Smelkov
currently for cases like From: A U Thor <a.u.thor@example.com> (Comment) mailinfo extracts the following 'Author:' field: Author: A U Thor (Comment) ^^ which has two extra spaces left in there after removed email part. I think this is wrong so here is a fix. Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru> Signed-off-by: Junio C Hamano <gitster@pobox.com>
2009-01-29mailinfo: tests for RFC2047 examplesKirill Smelkov
Also as suggested by Junio, in order to try to catch other MIME problems, test cases from the "8. Examples" section of RFC2047 are added to t5100 testsuite as well. Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>