add catart test for goodbye table ordering
This commit is contained in:
parent
1b0dc9f680
commit
a147acfaaf
|
@ -46,13 +46,13 @@ fn run_all_tests() -> Result<(), Error> {
|
|||
|
||||
run_test("tests/catar_data/test_subdir")?;
|
||||
|
||||
run_test("tests/catar_data/test1")?;
|
||||
run_test("tests/catar_data/test_goodbye_sort_order")?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn catar_simple_file() {
|
||||
fn catar_simple() {
|
||||
|
||||
if let Err(err) = run_all_tests() {
|
||||
eprintln!("Error: {}", err);
|
||||
|
|
Loading…
Reference in New Issue