summaryrefslogtreecommitdiff
path: root/src/Tests/Old.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tests/Old.hs')
-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"