aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane2-1/+28
These were confusing. Now we rely on the +raw_tex or +raw_html extension with latex or html input. Thus, instead of --parse-raw -f latex we use -f latex+raw_tex and instead of --parse-raw -f html we use -f html+raw_html
2017-02-06Use unicode-math by default in default.latex template.John MacFarlane4-20/+4
mathspec will be used in xelatex if the `mathspec` variable is set; otherwise unicode-math will be used. Thanks to Václav Haisman.
2017-02-05Handle language in inline code with --listings.John MacFarlane1-0/+9
Closes #3422.
2017-02-04More smart escaping tests.John MacFarlane1-0/+20
2017-02-04Consolidated some common functions in Tests.Helper.John MacFarlane3-81/+52
2017-02-04Added first command test to cabal metadata and repo.John MacFarlane1-0/+25
2017-02-04Org writer: reduce to two spaces after bulletsAlbert Krewinkel1-84/+84
The org writer was inserting two spaces after list bullets. Emacs Org-mode defaults to a single space, so behavior is changed to reflect this. Closes: #3417
2017-02-04Added new test framework Tests.Command.John MacFarlane2-19/+59
Any files added under test/command will be treated as shell tests (see smart.md for an example). This makes it very easy to add regression tests etc.
2017-02-04Added skeleton for Tests.Command.John MacFarlane2-0/+93
2017-02-04Moved tests/ -> test/.John MacFarlane326-0/+45138