Mercurial > hg > xemacs-beta
diff tests/ChangeLog @ 5323:f87bb35a6b94
Test sanity-checking of :start, :end keyword arguments when appropriate.
2010-12-30 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el (wrong-type-argument): Add a missing
parenthesis here.
Make sure #'count #'position #'find #'delete* #'remove* #'reduce
#'delete-duplicates #'remove-duplicates #'replace #'mismatch
#'search sanity check their :start and :end keyword arguments.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 30 Dec 2010 01:14:13 +0000 |
parents | c096d8051f89 |
children | 7b391d07b334 6506fcb40fcf |
line wrap: on
line diff
--- a/tests/ChangeLog Thu Dec 30 01:04:38 2010 +0000 +++ b/tests/ChangeLog Thu Dec 30 01:14:13 2010 +0000 @@ -1,3 +1,11 @@ +2010-12-30 Aidan Kehoe <kehoea@parhasard.net> + + * automated/lisp-tests.el (wrong-type-argument): Add a missing + parenthesis here. + Make sure #'count #'position #'find #'delete* #'remove* #'reduce + #'delete-duplicates #'remove-duplicates #'replace #'mismatch + #'search sanity check their :start and :end keyword arguments. + 2010-11-20 Aidan Kehoe <kehoea@parhasard.net> * automated/lisp-tests.el: