1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
emacs/test/src
Paul Eggert 8de2581a64 Limit format fields to more POSIX-like spec
* doc/lispref/strings.texi (Formatting Strings):
Don’t allow mixing numbered with unnumbered format specs.
* src/editfns.c (styled_format): Don’t bother checking for field 0,
since it doesn’t crash and the behavior is not specified.
* test/src/editfns-tests.el (format-with-field): Adjust tests to
match current doc.  Add more tests for out-of-range fields.
2017-06-01 16:06:38 -07:00
..
regex-resources
alloc-tests.el Deprecate copy-record in favor of copy-sequence 2017-04-07 18:54:40 -07:00
buffer-tests.el
callproc-tests.el
casefiddle-tests.el Implement special sigma casing rule (bug#24603) 2017-04-06 20:54:58 +02:00
charset-tests.el Compare and round more carefully 2017-03-04 23:18:39 -08:00
chartab-tests.el
cmds-tests.el
coding-tests.el
data-tests.el Quieten compilation of some test files 2017-05-31 21:17:28 -04:00
decompress-tests.el
doc-tests.el
editfns-tests.el Limit format fields to more POSIX-like spec 2017-06-01 16:06:38 -07:00
emacs-module-tests.el Reimplement module functions 2017-05-20 15:32:52 +02:00
eval-tests.el Don't require bytecomp for running ert tests 2017-04-22 23:17:59 -04:00
floatfns-tests.el ffloor etc. now accept only floats 2017-03-05 13:31:33 -08:00
fns-tests.el * test/src/fns-tests.el, test/src/data-tests.el: Don't use cl 2017-05-23 08:39:20 -04:00
font-tests.el
inotify-tests.el Some inotify cleanup 2017-03-30 11:08:42 -07:00
keymap-tests.el
lread-tests.el Make `old-style-backquotes' variable internal 2017-05-13 12:32:29 +02:00
marker-tests.el
minibuf-tests.el
print-tests.el
process-tests.el
regex-tests.el Quieten compilation of some test files 2017-05-31 21:17:28 -04:00
syntax-tests.el Fix comment detection on open parens 2017-01-23 19:28:30 -05:00
textprop-tests.el
thread-tests.el Rudimentary error handling for non-main threads 2017-01-18 18:00:16 +02:00
undo-tests.el
xml-tests.el