diff --git a/src/MdToHtmlTest.hs b/src/MdToHtmlTest.hs index 0db35ba..324afb0 100644 --- a/src/MdToHtmlTest.hs +++ b/src/MdToHtmlTest.hs @@ -138,7 +138,7 @@ integrationTests = check_equal "Integration 3" "

Hello

World

" (convert "# Hello\nWorld"), check_equal "Integration 4" "

a b

" (convert "a\nb"), check_equal "Integration 5" "

Hello

" (convert "# Hello\n"), - check_equal "Integration 6" "

First line
Second line

" (convert "First line \nSecond line"), + check_equal "Integration 6" "

First line
Second line

" (convert "First line \nSecond line"), check_equal "Integration 7" "

Sample Markdown

This is some basic, sample markdown.

Second \