summaryrefslogtreecommitdiff
path: root/test/lhs-test.markdown
AgeCommit message (Collapse)Author
2019-01-08Removed superfluous sourceCode class on code blocks.John MacFarlane
* These were added by the RST reader and, for literate Haskell, by the Markdown and LaTeX readers. There is no point to this class, and it is not applied consistently by all readers. See #5047. * Reverse order of `literate` and `haskell` classes on code blocks when parsing literate Haskell. Better if `haskell` comes first.
2017-02-04Moved tests/ -> test/.John MacFarlane