zspell 0.3.3

Native Rust library for spellchecking, with a command line interface
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(84));
}