From 9627abcd12788c625ac3fcad0b6c48518d8315ad Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Tue, 10 Jun 2025 14:14:56 -0400 Subject: [PATCH] Updated test --- src/MdToHtmlTest.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \