diff --git a/src/Test.hs b/src/Test.hs index 240d895..40f6bef 100644 --- a/src/Test.hs +++ b/src/Test.hs @@ -31,7 +31,8 @@ integrationTests = [ check_equal "Integration 1" "

Sample Markdown

This is some basic, sample markdown.

Second Heading

" (convert "# Sample Markdown\n\n This is some basic, sample markdown.\n\n ## __Second__ _Heading_"), check_equal "Integration 2" "

Hello World

" (convert "__Hello__\n_World_"), check_equal "Integration 3" "

Hello

World

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

Hello

" (convert "# Hello\n") + check_equal "Integration 4" "

a b

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

Hello

" (convert "# Hello\n") ] tests =