aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Old.hs
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2018-04-19 17:03:21 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2018-04-19 17:03:21 +0300
commitcaeb963447440edb14a67bb02cb6c956232dce63 (patch)
tree20c8c373aa3b09912f722255d8f4efc935d89fb5 /test/Tests/Old.hs
parentce4326a4f12180844532febf93261f098cd6c5aa (diff)
downloadpandoc-caeb963447440edb14a67bb02cb6c956232dce63.tar.gz
FB2 writer: convert metadata value "abstract" to book annotation
Diffstat (limited to 'test/Tests/Old.hs')
-rw-r--r--test/Tests/Old.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Tests/Old.hs b/test/Tests/Old.hs
index f2b43640b..cfca576da 100644
--- a/test/Tests/Old.hs
+++ b/test/Tests/Old.hs
@@ -95,6 +95,7 @@ tests = [ testGroup "markdown"
, fb2WriterTest "images" [] "fb2/images.markdown" "fb2/images.fb2"
, fb2WriterTest "images-embedded" [] "fb2/images-embedded.html" "fb2/images-embedded.fb2"
, fb2WriterTest "math" [] "fb2/math.markdown" "fb2/math.fb2"
+ , fb2WriterTest "meta" [] "fb2/meta.markdown" "fb2/meta.fb2"
, fb2WriterTest "tables" [] "tables.native" "tables.fb2"
, fb2WriterTest "testsuite" [] "testsuite.native" "writer.fb2"
]