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 =