Spacing change
This commit is contained in:
@@ -106,7 +106,8 @@ codeTests =
|
|||||||
|
|
||||||
imageTests =
|
imageTests =
|
||||||
TestList
|
TestList
|
||||||
[ check_equal "Image with text" "<p>This is an image <img src=\"img.png\" alt=\"Image 1\" /></p>" (convert "This is an image ")
|
[ check_equal "Image with text" "<p>This is an image <img src=\"img.png\" alt=\"Image 1\"/></p>" (convert "This is an image "),
|
||||||
|
check_equal "Image with classes" "<p>This is an image <img src=\"img.png\" alt=\"Image 1\" class=\"new-img\"/></p>" (convert "This is an image {.new-img}")
|
||||||
]
|
]
|
||||||
|
|
||||||
figureTests =
|
figureTests =
|
||||||
|
Reference in New Issue
Block a user