1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00
emacs/test/lisp/emacs-lisp
Nicolas Petton 5a9eba603d
New convenience functions in seq.el
Functions to access the first or all but the first elements of
sequences have been repeatedly asked for (the last occurrence being
https://github.com/NicolasPetton/seq.el/issues/9).

* lisp/emacs-lisp/seq.el (seq-first, seq-rest): New functions.
* test/lisp/emacs-lisp/seq-tests.el (test-seq-first, test-seq-rest):
New tests for seq-first and seq-rest.
2018-12-18 09:42:50 +01:00
..
edebug-resources Add new commands to Edebug backtraces 2018-08-03 08:54:08 -07:00
eieio-tests
faceup-resources
faceup-tests
package-resources
shadow-resources
testcover-resources
backtrace-tests.el Give two backtrace-mode commands better names 2018-08-03 08:54:08 -07:00
benchmark-tests.el
bytecomp-tests.el Fix byte compilation of (eq foo 'default) 2018-06-16 09:44:05 -07:00
cconv-tests.el Don't forget to analyze args of lambda lifted functions (Bug#30872) 2018-06-16 18:34:19 -04:00
checkdoc-tests.el
cl-extra-tests.el
cl-generic-tests.el
cl-lib-tests.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
cl-macs-tests.el
cl-preloaded-tests.el
cl-print-tests.el Add new command to expand all "..."s in a backtrace frame 2018-08-03 08:53:02 -07:00
cl-seq-tests.el
cl-tests.el Fix #'fun handling inside `labels' (Bug#31792) 2018-06-19 20:02:16 -04:00
derived-tests.el
edebug-tests.el Add new commands to Edebug backtraces 2018-08-03 08:54:08 -07:00
ert-tests.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
ert-x-tests.el
generator-tests.el
gv-tests.el
let-alist-tests.el
lisp-mode-tests.el Don't fail to indent-sexp before a full sexp (Bug#31984) 2018-07-27 19:41:39 -04:00
lisp-tests.el
map-tests.el * lisp/emacs-lisp/map.el: Avoid special casing lists. 2018-12-17 14:51:01 -05:00
nadvice-tests.el
package-tests.el Get long package description for installed packages from installed files 2018-12-13 14:45:05 -08:00
pcase-tests.el Don't quote self-quoting pcase patterns 2018-10-30 16:17:45 +01:00
pp-tests.el
regexp-opt-tests.el
ring-tests.el Add 'ring-resize' function 2018-11-10 11:41:51 +02:00
rmc-tests.el
rx-tests.el
seq-tests.el New convenience functions in seq.el 2018-12-18 09:42:50 +01:00
shadow-tests.el
subr-x-tests.el Tweak subr-x.el substring functions 2018-07-13 11:28:16 -04:00
tabulated-list-test.el
testcover-tests.el
text-property-search-tests.el
thunk-tests.el
timer-tests.el Improve rounding in recent timer fix 2018-10-22 19:34:49 -07:00