aboutsummaryrefslogtreecommitdiff
path: root/tests/lhs-test.nohl.html
AgeCommit message (Collapse)AuthorFilesLines
2011-12-22Removed highlighting flag. Highlighting support is now standard.John MacFarlane1-24/+0
2011-11-08Update templates to use Content-Style-Type meta tag.John MacFarlane1-0/+1
Closes #337.
2011-03-04Fixed lhs-test.nohl tests.John MacFarlane1-20/+4
A previous commit accidentally overwrote them with highlighted tests.
2011-02-04Improved HTML table output (line breaks).John MacFarlane1-5/+23
2011-02-04Updated tests.John MacFarlane1-8/+1
2011-02-04Updated tests for new HTML format.John MacFarlane1-27/+16
Verified against old tests using tidy and diff.
2011-01-12Updated lhs tests for new positioning of <title>.John MacFarlane1-1/+1
2011-01-12Improvements to test suite.John MacFarlane1-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.