Fix closing of EOF open preformat context
This commit is contained in:
parent
7a09bf113a
commit
bb5dde6c2e
10 changed files with 47 additions and 32 deletions
|
|
@ -2,7 +2,7 @@ use crate::{
|
|||
syntax::content::{Parseable, parser::lexeme::Lexeme},
|
||||
};
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Eq, PartialEq)]
|
||||
pub struct LineBreak {}
|
||||
|
||||
impl Parseable for LineBreak {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue