Fix handling affiliated keywords before invalid paragraphs.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user