add another catart test
This commit is contained in:
@@ -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_goodbye_sort_order")?;
|
||||||
|
|
||||||
|
run_test("tests/catar_data/test_files_and_subdirs")?;
|
||||||
|
|
||||||
Ok(())
|
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
|
||||||
Reference in New Issue
Block a user