add an ascii test

This commit is contained in:
Quentin 2023-07-04 15:02:01 +02:00
parent 539f264d44
commit dc799f8677
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -485,13 +485,12 @@ mod tests {
);
}
/* #[test]
fn test_parameter() {
#[test]
fn test_parameter_ascii() {
assert_eq!(
parameter("charset=us-ascii (Plain text)"),
Ok(("", Parameter::charset(EmailCharset::US_ASCII)))
Ok(("", Parameter::Charset(EmailCharset::US_ASCII)))
);
}
*/
}