Skip to content

Commit

Permalink
Fix hard-line-breaks.test
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Sep 8, 2023
1 parent 4a7e2db commit b14167f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/testfiles/lunamark-markdown/hard-line-breaks.test
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ Here is a line with three trailing spaces, producing a hard line break.
Here is a line with four trailing spaces at the end of a paragraph.

Here is a line with no trailing tabs, producing a soft line break.
Here is a line with a single trailing tab, producing a hard line break.
Here is a line with a single trailing tab, producing a soft line break.
Here is a line with two trailing tabs, producing a hard line break.
Here is a line with three trailing spaces at the end of the document.
Here is a line with three trailing tabs, producing a hard line break.
Here is a line with four trailing tabs at the end of the document.
>>>
documentBegin
softLineBreak
Expand All @@ -27,6 +28,7 @@ hardLineBreak
hardLineBreak
paragraphSeparator
softLineBreak
softLineBreak
hardLineBreak
hardLineBreak
documentEnd

0 comments on commit b14167f

Please sign in to comment.