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