diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-01-21 15:44:56 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-21 15:44:56 -0800 |
commit | 2a2e3d99d226636166859e63d5259258ba759d5c (patch) | |
tree | 935504cce0b20a3e49cb53a57b92b209628b2577 /tests/Tests | |
parent | 5b31790199366a8cbc64069cd6935bc9a6bda509 (diff) | |
download | pandoc-2a2e3d99d226636166859e63d5259258ba759d5c.tar.gz |
Added old-style tests for TEI writer (tests/tables.tei, tests/writer.tei).
Diffstat (limited to 'tests/Tests')
-rw-r--r-- | tests/Tests/Old.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs index c6b22af50..36bb3398e 100644 --- a/tests/Tests/Old.hs +++ b/tests/Tests/Old.hs @@ -162,7 +162,7 @@ tests = [ testGroup "markdown" [ test "reader" ["-r", "twiki", "-w", "native", "-s"] "twiki-reader.twiki" "twiki-reader.native" ] , testGroup "other writers" $ map (\f -> testGroup f $ writerTests f) - [ "opendocument" , "context" , "texinfo", "icml" + [ "opendocument" , "context" , "texinfo", "icml", "tei" , "man" , "plain" , "rtf", "org", "asciidoc" ] , testGroup "writers-lang-and-dir" |