We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc3aae commit 1a591b3Copy full SHA for 1a591b3
src/lib.rs
@@ -416,7 +416,6 @@ mod test {
416
417
#[test]
418
fn x520prep_examples() {
419
- assert_eq!(x520prep("", true).unwrap(), "");
420
assert_eq!(x520prep("foo@bar", true).unwrap(), "foo@bar");
421
assert_eq!(x520prep("J.\u{FE00} \u{9}W. \u{B}wuz h\u{0115}re", false).unwrap(), "J. W. wuz h\u{0115}re");
422
assert_eq!(x520prep("J.\u{FE00} \u{9}W. \u{B}wuz h\u{0115}re", true).unwrap(), "j. w. wuz h\u{0115}re");
0 commit comments