X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F01_mime.t;h=ecad37ba6bb08b21d5845ea18534e5b713783d0d;hb=HEAD;hp=d103eb19e445987ac40215102c755ea3d6fa9018;hpb=4f60c015aed5b1327677db6ed6f78b5f65107c9b;p=debbugs.git diff --git a/t/01_mime.t b/t/01_mime.t index d103eb1..ecad37b 100644 --- a/t/01_mime.t +++ b/t/01_mime.t @@ -1,7 +1,7 @@ # -*- mode: cperl;-*- # $Id: 01_mime.t,v 1.1 2005/08/17 21:46:17 don Exp $ -use Test::More tests => 6; +use Test::More tests => 7; use warnings; use strict; @@ -30,13 +30,14 @@ ok(Debbugs::MIME::decode_rfc1522(q(=?iso-8859-1?Q?D=F6n_Armstr=F3ng?= )) eq q("Armstrong, Don" ), + "handle_escaped_commas properly handles commas in RFC1522 encoded strings"); # Make sure that create_mime_message has encoded headers and doesn't enclude any 8-bit characters