diff options
author | Sergey Astanin <s.astanin@gmail.com> | 2012-04-22 21:04:12 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-07-22 11:13:14 -0700 |
commit | 436a585c3bbf890d3a5df25cbc577376ee2fa5a1 (patch) | |
tree | 0c185be2f0477e25e515f91d74fdacb099cda69d /src/Tests | |
parent | a9429e951cc86abd79efbd12b22d25b5203828db (diff) | |
download | pandoc-436a585c3bbf890d3a5df25cbc577376ee2fa5a1.tar.gz |
FB2: support images embedded as data URIs + tests.
Diffstat (limited to 'src/Tests')
-rw-r--r-- | src/Tests/Old.hs | 1 |
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" |