aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/textmodes/fill-tests.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Update more copyright yearsPaul Eggert2018-12-311-1/+1
| | | | | | | | Update some other copyright years automatically, by running: Run 'UPDATE_COPYRIGHT_YEAR=2019 \ UPDATE_COPYRIGHT_USE_INTERVALS=1 \ UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 admin/update-copyright' followed by 'admin/merge-gnulib'.
* ; * test/lisp/textmodes/fill-tests.el: Fix copyright years.Glenn Morris2018-01-261-1/+1
|
* Add simple tests for the `fill-polish-nobreak-p' functionMarcin Borkowski2018-01-151-0/+50
* test/lisp/textmodes/fill-tests.el: (fill-test-no-fill-polish-nobreak-p): New test