Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-04 | Org writer: reduce to two spaces after bullets | Albert Krewinkel | 1 | -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-04 | Added new test framework Tests.Command. | John MacFarlane | 2 | -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-04 | Added skeleton for Tests.Command. | John MacFarlane | 2 | -0/+93 | |
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 326 | -0/+45138 | |