aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-11/+46
2007-11-01Cleaned up LaTeX footnotes:fiddlosopher1-13/+13
2007-10-13Improvements to RST reader:fiddlosopher2-3/+43
2007-10-11Fixed bug in RST reader: previously, code blocks had to befiddlosopher1-1/+1
2007-09-18Markdown writer: Don't print title attribute if title is empty.fiddlosopher1-1/+1
2007-09-10+ Fixed bug in RST writer's handling of ordered lists. Previously,fiddlosopher1-73/+73
2007-09-03Added xmlns attribute to html element in html writer tests.fiddlosopher4-4/+4
2007-09-01Added separate latex reader and native reader tests;fiddlosopher3-10/+1214
2007-08-30Removed extra blank lines at end of LaTeX writer tests.fiddlosopher2-2/+0
2007-08-30Modified latex writer tests for new latex writer using prettyprinter.fiddlosopher1-153/+282
2007-08-29Fixed bug in LaTeX writer: autolinks would not cause fiddlosopher1-0/+1
2007-08-25Fixed bug in LaTeX writer. When a footnote ends with a Verbatimfiddlosopher1-4/+9
2007-08-23Removed incorrect "{}" around style information infiddlosopher1-20/+20
2007-08-23Added new rule for enhanced markdown ordered lists: if the list markerfiddlosopher11-0/+20
2007-08-18+ Fixed bug in markdown ordered list parsing. The problem wasfiddlosopher11-0/+40
2007-08-08Major change in the way ordered lists are handled:fiddlosopher19-168/+795
2007-08-03Use \url{} for autolinks in LaTeX writer.fiddlosopher1-3/+3
2007-07-28Brought test suite up to date.fiddlosopher25-41/+64
2007-07-28Updated testsuite.native - autolinks should have thefiddlosopher1-2/+2
2007-07-28LaTeX writer tests updated,fiddlosopher2-13/+14
2007-07-27Use ` as default character for \verb in LaTeX output.fiddlosopher1-6/+6
2007-07-26Fixes in LaTeX writer:fiddlosopher1-3/+2
2007-07-26Modified fancy s5 test in light of asciiMathML changes.fiddlosopher1-735/+735
2007-07-23Added support for definition lists to RST reader.fiddlosopher2-0/+25
2007-07-23Added definition list support to HTML reader.fiddlosopher2-0/+17
2007-07-22Updated RST reader test.fiddlosopher2-0/+3
2007-07-22Updated test suite for writers, adding tests forfiddlosopher11-1/+113
2007-07-22Updated latex writer test because of new system forfiddlosopher1-6/+2
2007-07-22Fixed newline issue at end of man page writer test.fiddlosopher1-1/+1
2007-07-22Changed /hfil/break to /crlf in ConTeXt writer test suite.fiddlosopher1-1/+1
2007-07-22Man writer:fiddlosopher1-2/+2
2007-07-15Modified the test of a link containing an underscore infiddlosopher1-1/+1
2007-07-15Changes to ConTeXt test suite.fiddlosopher1-25/+32
2007-07-15Merged branches/context: addition of a ConTeXt writerfiddlosopher4-1/+853
2007-07-14Change to footnotes in HTML writer: Instead of putting the footnotefiddlosopher1-15/+5
2007-07-09Added a test case with an inline link containing bracketed text.fiddlosopher11-10/+16
2007-07-09Minor cosmetic changes to runtests.pl ("passed" infiddlosopher1-2/+2
2007-07-09+ Cleaned up runtests.pl. Incorporated table tests in loop withfiddlosopher3-39/+10
2007-07-09Text.Pandoc.Blocks:fiddlosopher1-29/+29
2007-07-09Markdown writer:fiddlosopher1-5/+4
2007-07-08Regularized the scheme for unique header identifiers in HTML writer:fiddlosopher3-7/+7
2007-07-08Changes to tests to accommodate r653.fiddlosopher5-48/+48
2007-07-08LaTeX writer:fiddlosopher1-0/+1
2007-07-08Added tests for man writer to runtests.pl.fiddlosopher1-1/+1
2007-07-08Added version of test suite for man page.fiddlosopher1-0/+749
2007-07-08Added test suites for RST, markdown, and man tables.fiddlosopher3-0/+336
2007-07-08Updated tests to account for changes in HTML writer (identifiers).fiddlosopher5-48/+48
2007-07-07Added table tests for all writers.fiddlosopher1-0/+12
2007-05-11Added RTF table writer tests.fiddlosopher2-0/+284
2007-05-10Updated test suite with new tests for definition lists.fiddlosopher9-0/+538