From dcbbff13cbf6e916e0015404b8c62fc599597f53 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Tue, 10 Jun 2025 09:03:48 -0400 Subject: [PATCH] Spacing change --- src/MdToHtmlTest.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/MdToHtmlTest.hs b/src/MdToHtmlTest.hs index dce1e02..8b2e813 100644 --- a/src/MdToHtmlTest.hs +++ b/src/MdToHtmlTest.hs @@ -106,7 +106,8 @@ codeTests = imageTests = TestList - [ check_equal "Image with text" "

This is an image \"Image

" (convert "This is an image ![Image 1](img.png)") + [ check_equal "Image with text" "

This is an image \"Image

" (convert "This is an image ![Image 1](img.png)"), + check_equal "Image with classes" "

This is an image \"Image

" (convert "This is an image ![Image 1](img.png){.new-img}") ] figureTests =