Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita3881da

Browse files
committed
restore test
1 parent7beb8a6 commita3881da

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎src/word.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,13 @@ mod tests {
948948

949949
#[test]
950950
fntest_syriac_abbr_mark(){
951+
usecrate::tables::wordas wd;
952+
let(_, _, cat) = wd::word_category('\u{70f}');
953+
assert_eq!(cat, wd::WC_ALetter);
954+
}
955+
956+
#[test]
957+
fntest_end_of_ayah_cat(){
951958
usecrate::tables::wordas wd;
952959
let(_, _, cat) = wd::word_category('\u{6dd}');
953960
assert_eq!(cat, wd::WC_Numeric);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp