Fix handling affiliated keywords before invalid paragraphs.

This commit is contained in:
Tom Alexander
2023-10-04 23:40:38 -04:00
parent 65eda08843
commit 1351577c5a
5 changed files with 62 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ use crate::error::MyError;
pub(crate) type BracketDepth = i16;
#[derive(Copy, Clone)]
#[derive(Copy, Clone, PartialEq)]
pub(crate) struct OrgSource<'s> {
full_source: &'s str,
start: usize,