aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Old.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-04-25 17:05:37 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-04-25 17:18:56 -0700
commit16f36eee43c9401612aa647eff4f041c4270e969 (patch)
treeaf5c89d876507b1d52ddbc6c66e860589989a5d5 /test/Tests/Old.hs
parent28f7d8ab4dea087a30d1bea2adfe6999c27d07bc (diff)
downloadpandoc-16f36eee43c9401612aa647eff4f041c4270e969.tar.gz
Removed deprecated ancient HTML math methods.
Removed `--latexmathml`, `--gladtex`, `--mimetex`, `--jsmath`, `-m`, `--asciimathml` options. Removed `JsMath`, `LaTeXMathML`, and `GladTeX` constructors from `Text.Pandoc.Options.HTMLMathMethod` [API change]. Removed unneeded data file LaTeXMathML.js and updated tests. Bumped version to 2.2.
Diffstat (limited to 'test/Tests/Old.hs')
-rw-r--r--test/Tests/Old.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Old.hs b/test/Tests/Old.hs
index cfca576da..b426ffd07 100644
--- a/test/Tests/Old.hs
+++ b/test/Tests/Old.hs
@@ -59,7 +59,7 @@ tests = [ testGroup "markdown"
]
, testGroup "s5"
[ s5WriterTest "basic" ["-s"] "s5"
- , s5WriterTest "fancy" ["-s","-m","-i"] "s5"
+ , s5WriterTest "fancy" ["-s","--mathjax","-i"] "s5"
, s5WriterTest "fragment" [] "html4"
, s5WriterTest "inserts" ["-s", "-H", "insert",
"-B", "insert", "-A", "insert", "-c", "main.css"] "html4"