Skip to content

Commit 1a591b3

Browse files
fix: remove invalid test case
1 parent abc3aae commit 1a591b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ mod test {
416416

417417
#[test]
418418
fn x520prep_examples() {
419-
assert_eq!(x520prep("", true).unwrap(), "");
420419
assert_eq!(x520prep("foo@bar", true).unwrap(), "foo@bar");
421420
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");
422421
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

Comments
 (0)