Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-04 | Fixed lhs-test.nohl tests. | John MacFarlane | 1 | -20/+4 | |
A previous commit accidentally overwrote them with highlighted tests. | |||||
2011-02-04 | Improved HTML table output (line breaks). | John MacFarlane | 1 | -5/+23 | |
2011-02-04 | Updated tests. | John MacFarlane | 1 | -8/+1 | |
2011-02-04 | Updated tests for new HTML format. | John MacFarlane | 1 | -27/+16 | |
Verified against old tests using tidy and diff. | |||||
2011-01-12 | Updated lhs tests for new positioning of <title>. | John MacFarlane | 1 | -1/+1 | |
2011-01-12 | Improvements to test suite. | John MacFarlane | 1 | -0/+39 | |
+ You can now specify glob patterns after 'cabal test'; e.g. 'cabal test latex' will only run the latex tests. + Instead of detecting highlighting support in Setup.hs, we now detect it in test-pandoc, by looking to see if 'languages' is null. + We now verify the lhs readers against the lhs-test.native, normalizing with 'normalize'. This makes more sense than verifying against HTML, which also brings in the HTML writer. + Added lhsn-test.nohl.{html,html+lhs}, so we can do the lhs tests whether or not highlighting has been installed. |