summaryrefslogtreecommitdiff
path: root/src/Tests
diff options
context:
space:
mode:
authorSergey Astanin <s.astanin@gmail.com>2012-04-22 21:04:12 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2012-07-22 11:13:14 -0700
commit436a585c3bbf890d3a5df25cbc577376ee2fa5a1 (patch)
tree0c185be2f0477e25e515f91d74fdacb099cda69d /src/Tests
parenta9429e951cc86abd79efbd12b22d25b5203828db (diff)
FB2: support images embedded as data URIs + tests.
Diffstat (limited to 'src/Tests')
-rw-r--r--src/Tests/Old.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Tests/Old.hs b/src/Tests/Old.hs
index c6952520c..0400b0324 100644
--- a/src/Tests/Old.hs
+++ b/src/Tests/Old.hs
@@ -111,6 +111,7 @@ tests = [ testGroup "markdown"
[ fb2WriterTest "basic" [] "fb2.basic.markdown" "fb2.basic.fb2"
, fb2WriterTest "titles" [] "fb2.titles.markdown" "fb2.titles.fb2"
, fb2WriterTest "images" [] "fb2.images.markdown" "fb2.images.fb2"
+ , fb2WriterTest "images-embedded" [] "fb2.images-embedded.html" "fb2.images-embedded.fb2"
, fb2WriterTest "tables" [] "tables.native" "tables.fb2"
, fb2WriterTest "math" [] "fb2.math.markdown" "fb2.math.fb2"
, fb2WriterTest "math-webtex" ["--webtex"] "fb2.math.markdown" "fb2.math-webtex.fb2"