typos/crates/typos-dict/tests
Martin Fischer 49a0eaab7b refactor: Make dict processing logic testable
Previously all the dictionary cleanup logic was in the function:

    fn generate<W: std::io::Write>(file: &mut W, dict: &[u8])

which parsed the provided buffer as CSV and also took care of writing
the processed dictionary back as CSV.  This commit factors out the CSV
handling, leaving a `process` function behind so that it can be easily
tested in the following commit.
2023-06-26 19:22:04 +02:00
..
codegen.rs test: Make platform agnostic 2022-09-01 07:15:42 -05:00
verify.rs refactor: Make dict processing logic testable 2023-06-26 19:22:04 +02:00