mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 20:15:27 +00:00
Merge pull request #379 from figsoda/level
This commit is contained in:
commit
102aa3e507
@ -103,7 +103,7 @@ fn single_empty_file(ext: Extension, #[any(size_range(0..8).lift())] exts: Vec<F
|
|||||||
fn single_file(
|
fn single_file(
|
||||||
ext: Extension,
|
ext: Extension,
|
||||||
#[any(size_range(0..8).lift())] exts: Vec<FileExtension>,
|
#[any(size_range(0..8).lift())] exts: Vec<FileExtension>,
|
||||||
#[strategy(proptest::option::of(0i16..30))] level: Option<i16>,
|
#[strategy(proptest::option::of(0i16..12))] level: Option<i16>,
|
||||||
) {
|
) {
|
||||||
let dir = tempdir().unwrap();
|
let dir = tempdir().unwrap();
|
||||||
let dir = dir.path();
|
let dir = dir.path();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user