diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-19 23:02:08 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-19 23:02:08 -0700 |
commit | b49ab06e9677cba05746f77a66c161603493895c (patch) | |
tree | 0a47ab8bbcbd7ac9a17f325d9eb23ddaf5d526b7 /tests/Tests | |
parent | 5062e03a40a755058f88973a9c765db4d5bc7054 (diff) | |
parent | fa2b26ddcb67fe99cc54688dfb4ce27232467b80 (diff) | |
download | pandoc-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.hs | 6 |
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 |