Skip to content

Commit

Permalink
Add regression tests for #502
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Sep 20, 2024
1 parent f949754 commit 2e70626
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/testfiles/regression/github/issue-502-one-paragraph.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
\markdownSetup{hybrid=true}
\def\\markdownRendererDocumentEnd{\markdownRendererDocumentEnd}
<<<
*foo* \
*bar* \
>>>
BEGIN document
emphasis: foo
hardLineBreak
emphasis: bar
END document
12 changes: 12 additions & 0 deletions tests/testfiles/regression/github/issue-502-two-paragraphs.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
\markdownSetup{hybrid=true}
\def\\markdownRendererDocumentEnd{\markdownRendererDocumentEnd}
<<<
*foo*

*bar* \
>>>
BEGIN document
emphasis: foo
paragraphSeparator
emphasis: bar
END document

0 comments on commit 2e70626

Please sign in to comment.