comparison 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
comparison
equal deleted inserted replaced
5322:df125a42c50c 5323:f87bb35a6b94
1 2010-12-30 Aidan Kehoe <kehoea@parhasard.net>
2
3 * automated/lisp-tests.el (wrong-type-argument): Add a missing
4 parenthesis here.
5 Make sure #'count #'position #'find #'delete* #'remove* #'reduce
6 #'delete-duplicates #'remove-duplicates #'replace #'mismatch
7 #'search sanity check their :start and :end keyword arguments.
8
1 2010-11-20 Aidan Kehoe <kehoea@parhasard.net> 9 2010-11-20 Aidan Kehoe <kehoea@parhasard.net>
2 10
3 * automated/lisp-tests.el: 11 * automated/lisp-tests.el:
4 * automated/lisp-tests.el (featurep): 12 * automated/lisp-tests.el (featurep):
5 * automated/lisp-tests.el (wrong-type-argument): 13 * automated/lisp-tests.el (wrong-type-argument):