proptest strategies for TextUnit and AtomTextEdit

This commit is contained in:
Bernardo 2018-12-12 18:51:43 +01:00
parent 5fb426cb9e
commit 3d98744c2a
4 changed files with 184 additions and 0 deletions

View file

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