index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test-pandoc.hs
Age
Commit message (
Expand
)
Author
2012-07-26
Integrated test suite with cabal.
John MacFarlane
2012-07-26
Moved tests to tests/, modified cabal file so lib isn't recompiled.
John MacFarlane
2011-01-29
Moved tests to src.
John MacFarlane
2011-01-29
Added Tests.Shared with normalize round-trip tests.
John MacFarlane
2011-01-26
Added Tests.Readers.Markdown.
John MacFarlane
2011-01-26
Added RST reader tests.
John MacFarlane
2011-01-22
Reorganized tests.
John MacFarlane
2011-01-22
Added native writer tests.
John MacFarlane
2011-01-21
Added Tests.Writers.ConTeXt and helpers for writer tests.
John MacFarlane
2011-01-14
Keep Tests.Arbitrary but remove quickcheck tests for now.
John MacFarlane
2011-01-14
Added quickcheck tests for normalize in Shared.
John MacFarlane
2011-01-12
Reordered test files.
Nathan Gass
2011-01-12
Added some basic testing infrastructure and some latex reader tests.
Nathan Gass
2011-01-12
Started implementing splitted test suite.
Nathan Gass
2011-01-12
test-pandoc: Improved header for diff output.
John MacFarlane
2011-01-12
test-pandoc: More informative diff output on test failure.
John MacFarlane
2011-01-12
test-pandoc: Relocated --columns=80 to just where it's needed.
John MacFarlane
2011-01-12
test-pandoc: Fixed + and - in diff output, which were reversed.
John MacFarlane
2011-01-12
test-pandoc: More diff-like diffs in case of test failure.
John MacFarlane
2011-01-12
Improvements to test suite.
John MacFarlane
2011-01-11
Removed outdated comments.
Nathan Gass
2011-01-11
Moved test-pandoc.hs to tests directory.
Nathan Gass