Thanks to visit codestin.com Credit goes to github.com
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 1955790 commit 526c6f2Copy full SHA for 526c6f2
src/tests.rs
@@ -66,6 +66,7 @@ fn test_confusable_detection() {
66
assert_eq!(&skeleton("").collect::<String>(), "");
67
assert_eq!(&skeleton("s").collect::<String>(), "s");
68
assert_eq!(&skeleton("sss").collect::<String>(), "sss");
69
+ assert_eq!(&skeleton("sss").collect::<String>(), "sss");
70
assert_eq!(&skeleton("ﶛ").collect::<String>(), "نمى");
71
assert_eq!(&skeleton("ﶛﶛ").collect::<String>(), "نمىنمى");
72
}
0 commit comments