add an ascii test
This commit is contained in:
parent
539f264d44
commit
dc799f8677
1 changed files with 3 additions and 4 deletions
|
@ -485,13 +485,12 @@ mod tests {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #[test]
|
#[test]
|
||||||
fn test_parameter() {
|
fn test_parameter_ascii() {
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
parameter("charset=us-ascii (Plain text)"),
|
parameter("charset=us-ascii (Plain text)"),
|
||||||
Ok(("", Parameter::charset(EmailCharset::US_ASCII)))
|
Ok(("", Parameter::Charset(EmailCharset::US_ASCII)))
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue