aboutsummaryrefslogtreecommitdiff
path: root/tests/RunTests.hs
AgeCommit message (Expand)AuthorFilesLines
2010-12-06Markdown reader: handle curly quotes better.John MacFarlane1-1/+1
2010-12-04Added tests.Puneeth Chaganti1-0/+1
2010-12-03Merge branch 'citeproc' into master.John MacFarlane1-2/+5
2010-12-03Textile reader: parse raw by default.John MacFarlane1-1/+1
2010-12-03more support for Textile reader (explicit links, images), tests and cabal ent...Paul Rivier1-0/+3
2010-11-28Revamped tests, using markdown output instead of HTML.John MacFarlane1-1/+1
2010-11-27Merge branch 'master' into citeprocJohn MacFarlane1-0/+1
2010-11-26Set HOME in RunTests.John MacFarlane1-1/+1
2010-11-22Changed markdown citation tests.John MacFarlane1-3/+2
2010-11-13Replaced --biblio-file with --bibliography, removed --biblio-format.John MacFarlane1-1/+1
2010-11-12Set LANG in test runner.John MacFarlane1-1/+3
2010-11-12Added material for citation tests.John MacFarlane1-0/+2
2010-05-17Added Textile writer module.John MacFarlane1-0/+1
2010-05-06No longer need to set LANG in RunTests.John MacFarlane1-2/+1
2010-04-25RunTests: use UTF8 no matter what the locale.John MacFarlane1-4/+8
2010-03-18Added plain writer.fiddlosopher1-0/+1
2010-02-27Reformatting and comments in RunTests.hs. (Eric Kow)fiddlosopher1-1/+8
2010-02-21Set LANG to a UTF-8 locale in RunTests.hs.fiddlosopher1-1/+2
2010-02-21No longer need to set 'HOME' in RunTests.hs.fiddlosopher1-2/+1
2010-02-20Incomplete support for RST tables (simple and grid).fiddlosopher1-1/+3
2010-01-14Fixed RunTests so it doesn't require data files to have been installed.fiddlosopher1-1/+1
2009-12-31Removed unneeded import from RunTests.hsfiddlosopher1-1/+0
2009-12-31Changed RunTests.hs to use the Diff library.fiddlosopher1-4/+10
2009-02-14Check to see if highlighting supported and run lhs tests if it is.fiddlosopher1-2/+2
2009-02-14Only run lhs tests if 'lhs' argument passed to RunTests.hs.fiddlosopher1-2/+15
2009-02-14Added lhs reader tests. (One case fails.)fiddlosopher1-1/+12
2009-02-07Added tests for lhs writers.fiddlosopher1-1/+17
2008-08-23Bugs fixed in RunTests.hs:fiddlosopher1-2/+7
2008-08-14Modified RunTests.hs to strip out '\r' so it will work on Windows.fiddlosopher1-2/+3
2008-08-10Allow newline before URL in markdown link references. Resolves Issue #81.fiddlosopher1-1/+3
2008-08-09Rewrote test suite so it doesn't depend on perl or unix tools.fiddlosopher1-0/+115