summaryrefslogtreecommitdiff
path: root/src/Tests/Writers/HTML.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-13 14:29:07 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-13 14:29:07 -0800
commit78816497f3d1691daf5c1a43f9bd8b8908f6f312 (patch)
tree7b2fc53ed32939bd3168a5c7d44067c8cfa4f83c /src/Tests/Writers/HTML.hs
parentbab0c333a09636eab7c0a6c572fcbd38ee5a1272 (diff)
Use pandoc-types 1.9.*.
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\" />"
]
]