Move sexp into compare.

This commit is contained in:
Tom Alexander
2023-09-11 15:31:48 -04:00
parent 98de5e4ec5
commit a651b79e77
8 changed files with 39 additions and 26 deletions

View File

@@ -74,7 +74,7 @@ fn write_header(test_file: &mut File) {
use organic::compare_document;
use organic::parser::parse;
use organic::emacs_parse_anonymous_org_document;
use organic::parser::sexp::sexp;
use organic::sexp;
"#
)