Muse reader: test image with space in filename
This commit is contained in:
parent
d7164e5c66
commit
6907985e82
1 changed files with 3 additions and 0 deletions
|
@ -197,6 +197,9 @@ tests =
|
|||
, "Image with description" =:
|
||||
"[[image.jpg][Image]]" =?>
|
||||
para (image "image.jpg" "" (text "Image"))
|
||||
, "Image with space in filename" =:
|
||||
"[[image name.jpg]]" =?>
|
||||
para (image "image name.jpg" "" mempty)
|
||||
, "Image link" =:
|
||||
"[[URL:image.jpg]]" =?>
|
||||
para (link "image.jpg" "" (str "image.jpg"))
|
||||
|
|
Loading…
Add table
Reference in a new issue