Add string builder/remove ropey
This commit is contained in:
parent
35be112de2
commit
74626383cc
6 changed files with 138 additions and 43 deletions
|
|
@ -33,13 +33,10 @@ where
|
|||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use std::{fs, ops::Range, path::Path};
|
||||
|
||||
use pretty_assertions::assert_eq;
|
||||
|
||||
use test_case::test_matrix;
|
||||
|
||||
use super::*;
|
||||
use pretty_assertions::assert_eq;
|
||||
use std::{fs, ops::Range, path::Path};
|
||||
use test_case::test_matrix;
|
||||
|
||||
#[test]
|
||||
fn test_merges() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue