Mercurial > hg > xemacs-beta
comparison tests/ChangeLog @ 5347:fd441b85d760
Loop at macroexpansion time when sanity-checking :start, :end keyword args.
2011-01-23 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el:
When sanity-checking :start and :end keyword arguments, loop at
macroexpansion time, not runtime, allowing us to pick up any
compiler macros and giving a clearer *Test-Log* buffer.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 23 Jan 2011 13:56:37 +0000 |
parents | b4ef3128160c |
children | 38e24b8be4ea |
comparison
equal
deleted
inserted
replaced
5346:b4ef3128160c | 5347:fd441b85d760 |
---|---|
1 2011-01-23 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * automated/lisp-tests.el: | |
4 When sanity-checking :start and :end keyword arguments, loop at | |
5 macroexpansion time, not runtime, allowing us to pick up any | |
6 compiler macros and giving a clearer *Test-Log* buffer. | |
7 | |
1 2011-01-23 Aidan Kehoe <kehoea@parhasard.net> | 8 2011-01-23 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * automated/lisp-tests.el (test-fun): | 10 * automated/lisp-tests.el (test-fun): |
4 #'delete* and friends can now throw a wrong-type-argument if | 11 #'delete* and friends can now throw a wrong-type-argument if |
5 handed a non-sequence; accept this too when checking for an error | 12 handed a non-sequence; accept this too when checking for an error |