Test org_mode_samples both with and without alphabetical lists enabled.

This commit is contained in:
Tom Alexander
2023-09-29 15:30:38 -04:00
parent f1261ddce8
commit 2012e5a6d5
7 changed files with 109 additions and 23 deletions

View File

@@ -5,4 +5,5 @@ mod parse;
mod sexp;
mod util;
pub use compare::run_anonymous_compare;
pub use compare::run_anonymous_compare_with_settings;
pub use compare::run_compare_on_file;