Fix handling of whitespace.

This commit is contained in:
Tom Alexander
2023-04-11 15:08:46 -04:00
parent 751a3beffd
commit 5d7ca1b966
5 changed files with 52 additions and 31 deletions

View File

@@ -2,3 +2,4 @@ mod error;
mod parse;
mod sexp;
pub use parse::emacs_parse_org_document;
pub use sexp::sexp;