From fa2b26ddcb67fe99cc54688dfb4ce27232467b80 Mon Sep 17 00:00:00 2001 From: mb21 Date: Sat, 17 Oct 2015 14:48:42 +0200 Subject: Added writers-lang-and-dir test, fixed ConTeXt writer test The writers-lang-and-dir testGroup tests LaTeX and ConTeXt writers' language and directionality output --- tests/Tests/Old.hs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/Tests/Old.hs') diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs index 5cfee9f76..e36025632 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 -- cgit v1.2.3