aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-19 23:02:08 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-19 23:02:08 -0700
commitb49ab06e9677cba05746f77a66c161603493895c (patch)
tree0a47ab8bbcbd7ac9a17f325d9eb23ddaf5d526b7 /tests/Tests
parent5062e03a40a755058f88973a9c765db4d5bc7054 (diff)
parentfa2b26ddcb67fe99cc54688dfb4ce27232467b80 (diff)
downloadpandoc-b49ab06e9677cba05746f77a66c161603493895c.tar.gz
Merge pull request #2458 from mb21/lang-inlines
LaTeX and ConTeXt writers: support lang attribute on divs and spans
Diffstat (limited to 'tests/Tests')
-rw-r--r--tests/Tests/Old.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs
index 2507bfa76..c27d30deb 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -165,6 +165,12 @@ tests = [ testGroup "markdown"
[ "opendocument" , "context" , "texinfo", "icml"
, "man" , "plain" , "rtf", "org", "asciidoc"
]
+ , testGroup "writers-lang-and-dir"
+ [ test "latex" ["-f", "native", "-t", "latex", "-s"]
+ "writers-lang-and-dir.native" "writers-lang-and-dir.latex"
+ , test "context" ["-f", "native", "-t", "context", "-s"]
+ "writers-lang-and-dir.native" "writers-lang-and-dir.context"
+ ]
]
-- makes sure file is fully closed after reading