Skip to content

Commit

Permalink
Fix hard break test
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Mar 9, 2024
1 parent 019aec5 commit 0f67b4a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/markdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -818,10 +818,7 @@ mod tests {
vec![
&(SemanticLevel::Block, 0..27),
&(SemanticLevel::Text, 0..9),
&(
SemanticLevel::InlineElement(SemanticSplitPosition::Own),
9..11
),
&(SemanticLevel::Block, 9..11),
&(SemanticLevel::Text, 11..27)
],
markdown.ranges().collect::<Vec<_>>()
Expand Down

0 comments on commit 0f67b4a

Please sign in to comment.