diff --git a/src/Test.hs b/src/Test.hs index d415adb..22859f7 100644 --- a/src/Test.hs +++ b/src/Test.hs @@ -30,7 +30,7 @@ integrationTests = TestList [ check_equal "Integration 1" "
This is some basic, sample markdown.
Hello World
" (convert "__Hello__\n_World_"), - check_equal "Integration 3" "WorldM/p>" (convert "# Hello\nWorld") + check_equal "Integration 3" "
World
" (convert "# Hello\nWorld") ]