Skip to content

Commit

Permalink
Nevermind, and I'm sure I made that mistake before.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamschi committed Jul 31, 2021
1 parent 1aae479 commit 730458b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,7 @@ pub enum Token<'a, Position> {
#[regex("#+", |lex| lex.slice().chars().count())]
HeadingHashes(usize),

// TODO: Report `"\r?\n"` not working.
#[token("\n")]
#[token("\r\n")]
#[regex("\r?\n")]
Newline,

#[token("[")]
Expand Down

0 comments on commit 730458b

Please sign in to comment.