add another catart test
This commit is contained in:
parent
a147acfaaf
commit
37ea44a540
|
@ -48,6 +48,8 @@ fn run_all_tests() -> Result<(), Error> {
|
|||
|
||||
run_test("tests/catar_data/test_goodbye_sort_order")?;
|
||||
|
||||
run_test("tests/catar_data/test_files_and_subdirs")?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
file2
|
|
@ -0,0 +1 @@
|
|||
ABC
|
|
@ -0,0 +1 @@
|
|||
CDEFG
|
|
@ -0,0 +1 @@
|
|||
test subdir1 content
|
|
@ -0,0 +1 @@
|
|||
another test subdir1 content
|
Loading…
Reference in New Issue