test translate_offset_with_edit against simple impl for single edits

This commit is contained in:
Bernardo 2018-12-14 18:00:35 +01:00
parent dee426e1b1
commit d951979159
6 changed files with 104 additions and 35 deletions

View file

@ -1,6 +1,5 @@
mod text_edit;
pub mod text_utils;
#[cfg(test)]
pub mod test_utils;
pub use crate::text_edit::{TextEdit, TextEditBuilder};