summaryrefslogtreecommitdiff
path: root/tests/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-01-21 15:44:56 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-01-21 15:44:56 -0800
commit2a2e3d99d226636166859e63d5259258ba759d5c (patch)
tree935504cce0b20a3e49cb53a57b92b209628b2577 /tests/Tests
parent5b31790199366a8cbc64069cd6935bc9a6bda509 (diff)
Added old-style tests for TEI writer (tests/tables.tei, tests/writer.tei).
Diffstat (limited to 'tests/Tests')
-rw-r--r--tests/Tests/Old.hs2
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"