summaryrefslogtreecommitdiff
path: root/test/lisp/mail/flow-fill-tests.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix flow filling for flowing multiple flowed linesFerdinand Pieper2020-08-141-1/+2
| | | | | | | | * lisp/mail/flow-fill.el (fill-flowed): Loop until all flowed lines are collected. * test/lisp/mail/flow-fill-tests.el (fill-flow-tests-fill-flowed-decode): Also test for multiple flowed lines (bug#42855).
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Reimplement the `fill-flowed' function to respect space stuffingLars Ingebrigtsen2019-08-151-1/+15
| | | | | | | | | | * lisp/mail/flow-fill.el (fill-flowed): Reimplement the function to respect space-stuffing (bug#17190). * test/lisp/mail/flow-fill-tests.el (fill-flow-tests-fill-flowed-stuffed): New test. (fill-flow-tests-fill-flowed-decode): Rename the test so that it actually runs.
* Add tests for mail/flow-fill.elStefan Kangas2019-06-221-0/+92
* test/lisp/mail/flow-fill-tests.el: New file. * lisp/mail/flow-fill.el (fill-flowed-encode-tests) (fill-flowed-test): Make obsolete. (Bug#36174)