Skip to content

Commit a3881da

Browse files
committed
restore test
1 parent 7beb8a6 commit a3881da

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
fn test_syriac_abbr_mark() {
951+
use crate::tables::word as wd;
952+
let (_, _, cat) = wd::word_category('\u{70f}');
953+
assert_eq!(cat, wd::WC_ALetter);
954+
}
955+
956+
#[test]
957+
fn test_end_of_ayah_cat() {
951958
use crate::tables::word as wd;
952959
let (_, _, cat) = wd::word_category('\u{6dd}');
953960
assert_eq!(cat, wd::WC_Numeric);

0 commit comments

Comments
 (0)