zspell 0.5.5

Native Rust library for spellchecking
Documentation
1
2
3
4
5
6
7
8
//! Affix tests

use super::*;

#[test]
fn test_flagtype_convert_ok() {
    assert_eq!(FlagType::Ascii.str_to_flag("T"), Ok(Flag(84)));
}