summaryrefslogtreecommitdiff
path: root/src/Tests/Writers/HTML.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tests/Writers/HTML.hs')
-rw-r--r--src/Tests/Writers/HTML.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Tests/Writers/HTML.hs b/src/Tests/Writers/HTML.hs
index 3e1e0ddc2..e3a446586 100644
--- a/src/Tests/Writers/HTML.hs
+++ b/src/Tests/Writers/HTML.hs
@@ -40,7 +40,7 @@ tests = [ testGroup "inline code"
]
, testGroup "images"
[ "alt with formatting" =:
- image "/url" "title" ("my " +++ emph "image")
+ image "/url" "title" ("my " <> emph "image")
=?> "<img src=\"/url\" title=\"title\" alt=\"my image\" />"
]
]