Add tests that randomly edit files with disjoint included ranges
This commit is contained in:
parent
efd22e452b
commit
8e3dc7cd7a
5 changed files with 176 additions and 42 deletions
|
|
@ -4,7 +4,7 @@ use rand::{
|
|||
};
|
||||
|
||||
const OPERATORS: &[char] = &[
|
||||
'+', '-', '<', '>', '(', ')', '*', '/', '&', '|', '!', ',', '.',
|
||||
'+', '-', '<', '>', '(', ')', '*', '/', '&', '|', '!', ',', '.', '%',
|
||||
];
|
||||
|
||||
pub struct Rand(StdRng);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue