diff options
| author | Przemyslaw Wojnowski | 2015-03-09 23:14:36 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2015-03-09 23:14:36 -0400 |
| commit | 778de7270b92fcaabd515816f118b28838318ca2 (patch) | |
| tree | 914c0ded2f614007024c1b7669453aec09941af1 /test/ChangeLog | |
| parent | ff032662775fb3faa7eaa99947fc40e18c948e82 (diff) | |
| download | emacs-778de7270b92fcaabd515816f118b28838318ca2.tar.gz emacs-778de7270b92fcaabd515816f118b28838318ca2.zip | |
* test/automated/cl-lib-tests.el: Add tests for plusp, second, ...
(cl-lib-test-plusp, cl-lib-test-minusp)
(cl-lib-test-oddp, cl-lib-test-evenp, cl-lib-test-first)
(cl-lib-test-second, cl-lib-test-third, cl-lib-test-fourth)
(cl-lib-test-fifth, cl-lib-test-sixth, cl-lib-test-seventh)
(cl-lib-test-eighth, cl-lib-test-ninth, cl-lib-test-tenth)
(cl-lib-test-endp, cl-lib-test-nth-value)
(cl-lib-nth-value-test-multiple-values, cl-test-caaar, cl-test-caadr)
(cl-test-ldiff): New tests.
(cl-digit-char-p): Tighten the test.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index e51dddc05f1..03cc2818478 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2015-03-10 Przemyslaw Wojnowski <esperanto@cumego.com> | ||
| 2 | |||
| 3 | * automated/cl-lib-tests.el: Add tests for plusp, second, ... | ||
| 4 | (cl-lib-test-plusp, cl-lib-test-minusp) | ||
| 5 | (cl-lib-test-oddp, cl-lib-test-evenp, cl-lib-test-first) | ||
| 6 | (cl-lib-test-second, cl-lib-test-third, cl-lib-test-fourth) | ||
| 7 | (cl-lib-test-fifth, cl-lib-test-sixth, cl-lib-test-seventh) | ||
| 8 | (cl-lib-test-eighth, cl-lib-test-ninth, cl-lib-test-tenth) | ||
| 9 | (cl-lib-test-endp, cl-lib-test-nth-value) | ||
| 10 | (cl-lib-nth-value-test-multiple-values, cl-test-caaar, cl-test-caadr) | ||
| 11 | (cl-test-ldiff): New tests. | ||
| 12 | (cl-digit-char-p): Tighten the test. | ||
| 13 | |||
| 1 | 2015-03-09 Dmitry Gutov <dgutov@yandex.ru> | 14 | 2015-03-09 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 15 | ||
| 3 | * indent/Makefile: Call 'rm' with '-f'. Default EMACS to | 16 | * indent/Makefile: Call 'rm' with '-f'. Default EMACS to |