1 2 3 4 5
#[test] fn test_word_infos_work() { let word = "etron"; let infos = crate::WordInfos::new(word).unwrap(); }