diff options
| author | John MacFarlane <[email protected]> | 2013-10-12 22:50:28 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2013-10-12 22:50:28 -0700 |
| commit | 0e969478b5155504413719e94873502dce078615 (patch) | |
| tree | f1038e7ce1380e858765fbee434da8299094d33f /tests/Tests/Old.hs | |
| parent | c3ccbf7689018f6df1f84d48887d66824912fb6f (diff) | |
Added sable tests to test suite.sable
Diffstat (limited to 'tests/Tests/Old.hs')
| -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 01e4403fb..834aaa461 100644 --- a/tests/Tests/Old.hs +++ b/tests/Tests/Old.hs @@ -139,7 +139,7 @@ tests = [ testGroup "markdown" ] , testGroup "other writers" $ map (\f -> testGroup f $ writerTests f) [ "opendocument" , "context" , "texinfo" - , "man" , "plain" , "rtf", "org", "asciidoc" + , "man" , "plain" , "rtf", "org", "asciidoc", "sable" ] ] |
