aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/format-spec-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)".
* Document format-spec and expand the modifiers it supportsLars Ingebrigtsen2019-07-131-0/+18
| | | | | | | * doc/lispref/text.texi (Interpolated Strings): New section. * lisp/format-spec.el (format-spec--parse-modifiers) (format-spec--pad): New functions. (format-spec): Support more format modifiers (bug#32931).
* * test/lisp/format-spec-tests.el (test-format-unknown): Use `should-error'.Michael Albinus2019-07-111-4/+1
|
* Allow passing unknown specs to format-specLars Ingebrigtsen2019-07-111-1/+11
| | | | | | | | * lisp/format-spec.el (format-spec): Allow passing through format strings that have no specs (to be able to act as a filter). Also add an example. * test/lisp/format-spec-tests.el (test-format-spec): Add tests for the new functionality.
* Add tests for format-specLars Ingebrigtsen2019-07-111-0/+33