First implementation of macro.

This commit is contained in:
Tom Alexander
2023-07-14 00:20:32 -04:00
parent d24c26de7b
commit cdd813fbe6
2 changed files with 72 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ fn write_header(test_file: &mut File) {
write!(
test_file,
r#"
#[feature(exit_status_error)]
#![feature(exit_status_error)]
use organic::compare_document;
use organic::parser::document;
use organic::emacs_parse_org_document;